From 0c028baab112da9c4d89a18850b9d7b516023106 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 21 Jul 2018 20:29:32 +0300 Subject: Fix: break long line --- ick2/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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): -- cgit v1.2.1