Skip to content

Commit

Permalink
Update scale.py
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Oct 4, 2024
1 parent 8dc3e53 commit f4885d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drakrun/drakrun/draksetup/scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def scale(scale_count):
"""Enable or disable additional parallel instances of drakrun service.."""
if scale_count < 0:
raise RuntimeError(
"Invalid value of scale parameter - must be a positive number."
"Invalid value of scale parameter - must be a non-negative number."
)

cur_services = set(list(get_enabled_drakruns()))
Expand Down

0 comments on commit f4885d7

Please sign in to comment.