Skip to content

Commit 502e1a6

Browse files
committed
fix space
Signed-off-by: Jack Luar <[email protected]>
1 parent 45d1eca commit 502e1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/src/autotuner/distributed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def parse_config(config, path=os.getcwd()):
410410
# Sanity check: ignore all flow variables that are not tunable
411411
if key not in flow_variables:
412412
print(f"[ERROR TUN-0017] Variable {key} is not tunable.")
413-
sys.exit(1)
413+
sys.exit(1)
414414
options += f" {key}={value}"
415415
if bool(sdc):
416416
write_sdc(sdc, path)

0 commit comments

Comments
 (0)