Skip to content

Commit bfef937

Browse files
committed
Fix spacing
1 parent 64de744 commit bfef937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full-system-test/analyze_gpu_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def main():
487487
durations_by_timeslice, starts_by_timeslice, ends_by_timeslice = read_timeslice_durations(
488488
args.logfile
489489
)
490-
490+
491491
workflow_crash_error_codes = find_workflow_crash_error_code(args.logfile)
492492
if workflow_crash_error_codes:
493493
print(

0 commit comments

Comments
 (0)