Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Dec 24, 2024
1 parent 45d1eca commit 502e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/AutoTuner/src/autotuner/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def parse_config(config, path=os.getcwd()):
# Sanity check: ignore all flow variables that are not tunable
if key not in flow_variables:
print(f"[ERROR TUN-0017] Variable {key} is not tunable.")
sys.exit(1)
sys.exit(1)
options += f" {key}={value}"
if bool(sdc):
write_sdc(sdc, path)
Expand Down

0 comments on commit 502e1a6

Please sign in to comment.