make flake happy

This commit is contained in:
Tobias Oberstein 2016-09-21 07:58:14 +02:00
parent 52490025f1
commit c3e28abe25
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class ApplicationRunner(object):
cfg = ComponentConfig(self.realm, self.extra)
try:
session = make(cfg)
except Exception as e:
except Exception:
self.log.failure('ApplicationSession could not be instantiated: {log_failure.value}')
if start_reactor and reactor.running:
reactor.stop()