more consistent use of parens in logged warning

This commit is contained in:
rmcintosh 2018-05-23 16:17:03 -04:00 committed by rallytime
parent f52926ca87
commit 95e0202223
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -1052,7 +1052,7 @@ def decode_linode_plan_label(label):
log.warning("An outdated Linode plan label was detected in your Cloud profile ({})."
" Please update the profile to use"
" the new label format {} for the requested Linode plan size.'.format(label, new_label))
" the new label format ({}) for the requested Linode plan size.'.format(label, new_label))
label = new_label