Skip to content

Commit

Permalink
ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chuan-wang committed Oct 5, 2024
1 parent 202e4ae commit 8702524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aviti_run_parameter_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def set_run_stats(process, run_dir):
if lane_nbr <= len(run_stats["LaneStats"]):
lane_stats = run_stats["LaneStats"][lane_nbr - 1]
else:
sys.stderr.write(f"Inconsistent lane number detected!")
sys.stderr.write("Inconsistent lane number detected!")
sys.exit(2)
else:
lane_stats = next(
Expand Down

0 comments on commit 8702524

Please sign in to comment.