We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f323a commit cbd434dCopy full SHA for cbd434d
tests/integration/test_workflow.py
@@ -38,8 +38,8 @@ def test_run_workflow(self):
38
self.assertEqual("789", params["COUNTER"])
39
self.assertEqual(2, len(workflow1.get_files()))
40
self.assertEqual(2, len(workflow1.get_jobs()))
41
- print("Output from date1: %s " % workflow1.stat("wf:date1/stdout").raw().read())
42
- print("Output from date2: %s " % workflow1.stat("wf:date2/stdout").raw().read())
+ print("Output from date1: %s " % workflow1.stat("wf:date1/stdout").read())
+ print("Output from date2: %s " % workflow1.stat("wf:date2/stdout").read())
43
44
45
if __name__ == "__main__":
0 commit comments