Skip to content

Commit f96dbb3

Browse files
committed
bug--
1 parent fb862e1 commit f96dbb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfcommons/wfinstances/logs/snakemake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def _build_task_map(self):
146146
shell_cmd = "; ".join(command_list)
147147
else:
148148
shell_cmd = None
149-
if rule_idx in self.rules_to_ignore:
149+
if rule_idx not in rules:
150150
continue
151151
self.task_map[task_idx] = rules[rule_idx] + "_" + str(task_idx)
152152
self.task_shell[task_idx] = shell_cmd

0 commit comments

Comments
 (0)