Add space I removed

This commit is contained in:
twangboy 2018-03-29 17:40:00 -06:00
parent f1c68a09b5
commit b7f4f377cd
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -282,7 +282,7 @@ def managed(name,
ret['comment'] = ('Failed to disable interface \'{0}\''
.format(name))
else:
ret['comment'] += '(already disabled)'
ret['comment'] += ' (already disabled)'
return ret
else:
if not currently_enabled: