Skip to content

Commit

Permalink
add printf
Browse files Browse the repository at this point in the history
  • Loading branch information
vroyer committed Apr 13, 2020
1 parent 004e7d2 commit 227e879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ccmlib/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ def watch_log_for(self, exprs, from_mark=None, timeout=600, process=None, verbos
raise RuntimeError() # Shouldn't reuse RuntimeError but I'm lazy

line = f.readline()
print(line)
if line:
reads = reads + line
for e in tofind:
Expand Down

0 comments on commit 227e879

Please sign in to comment.