Skip to content

Commit

Permalink
WIP less logging
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed May 13, 2023
1 parent 580b2d5 commit 63712e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/scripts/docs_modm_io_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def main():
# We can only pass one argument to pool.map
devices = [f"python3 {filepath} --target-job '{modm_path}|{tempdir}|{dev}||{args.deduplicate}'" for dev in device_list]
devices += [f"python3 {filepath} --target-job '{modm_path}|{tempdir}|{dev}|{brd}|{args.deduplicate}'" for (brd, dev) in board_list]
print(devices)
results = pool.map(lambda d: subprocess.run(d, shell=True).returncode, list(set(devices)))
# output_dir.rename(cwd / 'modm-api-docs')
if args.compress:
Expand Down

0 comments on commit 63712e7

Please sign in to comment.