Pylint Fix

This commit is contained in:
rallytime 2016-03-08 10:58:37 -07:00
parent afdb19a307
commit f9d139cc3c

View File

@ -636,4 +636,4 @@ class Syndic(parsers.SyndicOptionParser, DaemonsMixin): # pylint: disable=no-in
else:
exitmsg = msg.strip()
self.shutdown_log_info()
super(Syndic, self).shutdown(exitcode, exitmsg)
super(Syndic, self).shutdown(exitcode, exitmsg)