Set vim textwidth

This commit is contained in:
Mike Gerber 2016-12-17 19:05:34 +01:00
parent 108f5b3c24
commit 97401569b6

View file

@ -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: