Skip to content

Commit

Permalink
Also show output of phase script when not failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiseqube committed Oct 27, 2023
1 parent 987c71c commit 325a5ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perfact/zodbsync/subcommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ def _playback_paths(self, paths):
raise AssertionError(
"Unrecoverable error in phase command"
)
else:
self.logger.info(out)

@SubCommand.with_lock
def wrapper(self, *args, **kwargs):
Expand Down

0 comments on commit 325a5ec

Please sign in to comment.