summaryrefslogtreecommitdiff
path: root/rsa/parallel.py
diff options
context:
space:
mode:
Diffstat (limited to 'rsa/parallel.py')
-rw-r--r--rsa/parallel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/parallel.py b/rsa/parallel.py
index edaf6bc..a3fe312 100644
--- a/rsa/parallel.py
+++ b/rsa/parallel.py
@@ -95,7 +95,7 @@ if __name__ == '__main__':
if failures:
break
- if count and count % 10 == 0:
+ if count % 10 == 0 and count:
print('%i times' % count)
print('Doctests done')