summaryrefslogtreecommitdiff
path: root/ick2/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/actions.py')
-rw-r--r--ick2/actions.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ick2/actions.py b/ick2/actions.py
index f6fcafc..328b08a 100644
--- a/ick2/actions.py
+++ b/ick2/actions.py
@@ -455,7 +455,9 @@ class GitMirrorAction(Action): # pragma: no cover
env.report(1, 'Caught exception: {}\n'.format(e))
return 1
- env.report(exit_code, 'git mirror action finished (exit code %d)\n' % exit_code)
+ env.report(
+ exit_code,
+ 'git mirror action finished (exit code %d)\n' % exit_code)
return exit_code
def git_mirror(self, env, sources, mirrors):