Skip to content

Commit 1300a52

Browse files
committed
typo: remove continue in the loop
1 parent c818529 commit 1300a52

File tree

1 file changed

+0
-1
lines changed
  • vtr_flow/scripts/python_libs/vtr

1 file changed

+0
-1
lines changed

vtr_flow/scripts/python_libs/vtr/task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ def create_jobs(args, configs, after_run=False):
334334
for config in configs:
335335
for arch, circuit, noc_file in itertools.product(config.archs, config.circuits, config.noc_traffics):
336336
print(f"{arch}, {circuit}, {noc_file}")
337-
continue
338337
golden_results = load_parse_results(
339338
str(PurePath(config.config_dir).joinpath("golden_results.txt"))
340339
)

0 commit comments

Comments
 (0)