Skip to content

Commit

Permalink
I shouldn't be trusted to code
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Apr 19, 2018
1 parent 4ebb0e3 commit 8ec7614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpylll/tools/bkz_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def pretty_dict(d, keyword_width=None, round_bound=9999, suppress_length=128):
try:
v = float(v)
except TypeError:
`` if len(str(v)) <= suppress_length:
if len(str(v)) <= suppress_length:
s.append(u"%s: %s"%(k, v))
else:
s.append(u"%s: '...'"%(k,))
Expand Down

0 comments on commit 8ec7614

Please sign in to comment.