Set vim textwidth
This commit is contained in:
parent
108f5b3c24
commit
97401569b6
1 changed files with 2 additions and 0 deletions
|
@ -44,3 +44,5 @@ if system_state in ['running', 'starting']:
|
||||||
else:
|
else:
|
||||||
print('CRIT: {}, failed: {}'.format(system_state, " ".join(get_failed_units())))
|
print('CRIT: {}, failed: {}'.format(system_state, " ".join(get_failed_units())))
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
|
# vim:tw=120:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue