We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004e7d2 commit 227e879Copy full SHA for 227e879
1 file changed
ccmlib/node.py
@@ -515,6 +515,7 @@ def watch_log_for(self, exprs, from_mark=None, timeout=600, process=None, verbos
515
raise RuntimeError() # Shouldn't reuse RuntimeError but I'm lazy
516
517
line = f.readline()
518
+ print(line)
519
if line:
520
reads = reads + line
521
for e in tofind:
0 commit comments