hobo: fix syntax error (#6985)

This commit is contained in:
Frédéric Péters 2015-04-20 15:29:23 +02:00
parent e232eb75d7
commit d43675ea42
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class CmdCheckHobos(Command):
value = unicode(value).encode('utf-8')
config.set('variables', key, value)
if 'options' not in config.sections()
if 'options' not in config.sections():
config.add_section('options')
for service in self.all_services.get('services', []):
if service.get('service-id') != 'fargo':