[diffoscope] 04/10: fix pep8 E502
Mattia Rizzolo
mattia at debian.org
Sat Sep 9 22:39:51 CEST 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit ef460ef99f7fbcdf0a2ccf9507d3aa73f464ba79
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sat Sep 9 22:13:51 2017 +0200
fix pep8 E502
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
diffoscope/progress.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/progress.py b/diffoscope/progress.py
index 454a742..9c8102b 100644
--- a/diffoscope/progress.py
+++ b/diffoscope/progress.py
@@ -154,7 +154,7 @@ class Progress(object):
expected_all_done = all_done + \
(cur_child_total - cur_child_done)
assert own_done # non-zero
- return all_done, int(float(self.total) / own_done \
+ return all_done, int(float(self.total) / own_done
* expected_all_done)
else:
# nothing in progress
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list