Browse Source

Merge pull request #7 from lcm-unimi/Sbozzolo-patch-1

Fixes #6
Claudio Chiappetta 7 years ago
parent
commit
10801633a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      whoall

+ 1 - 1
whoall

@@ -356,7 +356,7 @@ for node in nodes:
 
 if progressbar:
     # Newline
-    print '\n Done... ( %(t).3f s)' % {'t': (time() - start)}
+    print '\n Done... (%(t).3f s)' % {'t': (time() - start)}
 
 if args.full or args.math or args.cuda:
 # Save down/unreachable/unavailable nodes to separate lists