We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621e3f6 commit ab06c45Copy full SHA for ab06c45
python/ql/test/experimental/dataflow/coverage/validTest.py
@@ -1,5 +1,5 @@
1
def check_output(outtext, f):
2
- if all(s == "OK" for s in outtext.splitlines()):
+ if outtext and all(s == "OK" for s in outtext.splitlines()):
3
pass
4
else:
5
raise RuntimeError("Function failed", outtext, f)
0 commit comments