Skip to content

Commit

Permalink
Remove potentially confusing error text
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Dec 11, 2024
1 parent e067cfc commit e266c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sorunlib/smurf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _check_smurf_threshold():
remaining = len(run.CLIENTS['smurf'])
if remaining < threshold:
error = 'Functional SMuRF count below failure threshold ' + \
f'({remaining} < {threshold}). Aborting.'
f'({remaining} < {threshold}).'
raise RuntimeError(error)


Expand Down

0 comments on commit e266c35

Please sign in to comment.