Skip to content

Commit c7f1d04

Browse files
committed
updating TaskVine parser to support version 2
1 parent d660c00 commit c7f1d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfcommons/wfinstances/logs/taskvine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def _construct_task_input_output_files(self) -> None:
228228

229229
with open(self.taskgraph_file) as f:
230230
for line in f:
231-
if line[0] == "#":
231+
if line.startswith("#"):
232232
continue
233233

234234
if line.startswith("TASK"):

0 commit comments

Comments
 (0)