Skip to content

Commit

Permalink
#2025 deactivate talk if repo is absent
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 5, 2024
1 parent 3cabbbd commit 8f218ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/rultor/Routine.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ private int process(final List<Talk> active) throws IOException {
}
} catch (final DefaultBranch.RepoNotFoundException ex) {
Logger.warn(this, "The repo not found: %[exception]s", ex);
talk.active(false);
}
}
this.agents.closer().execute(this.talks);
Expand Down

0 comments on commit 8f218ed

Please sign in to comment.