We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9a628 commit b780afbCopy full SHA for b780afb
1 file changed
juju/model.py
@@ -2607,7 +2607,7 @@ def _raise_for_status(entities, status):
2607
2608
if wait_for_exact_units is not None:
2609
assert type(wait_for_exact_units) == int and wait_for_exact_units >= 0, \
2610
- f'Invalid value for wait_for_exact_units {wait_for_exact_units}'
+ 'Invalid value for wait_for_exact_units : %s' % wait_for_exact_units
2611
2612
while True:
2613
busy = []
0 commit comments