Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing small typo.
  • Loading branch information
mithro committed Sep 14, 2015
1 parent 82ad5ce commit 861e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run-make-gateware-filter.py
Expand Up @@ -429,7 +429,7 @@ def shorten_path(line):


if sline.startswith("Phase"):
if "REAL time:" in sline and not "unrouted":
if "REAL time:" in sline and not "unrouted" in sline:
phase, rtime = sline.split("REAL time:")
output(" (completed in %s)\n", rtime.strip())
else:
Expand Down

0 comments on commit 861e564

Please sign in to comment.