Formatting
This commit is contained in:
parent
212e3bd30e
commit
fb28c3a6c5
|
@ -71,8 +71,7 @@ class WatchSyncer(ReportHandler,Loggable):
|
||||||
#self.push_queue( event )
|
#self.push_queue( event )
|
||||||
except BadSongFile as e:
|
except BadSongFile as e:
|
||||||
self.fatal_exception("Received bas song file '%s'" % e.path, e)
|
self.fatal_exception("Received bas song file '%s'" % e.path, e)
|
||||||
except Exception as e:
|
except Exception as e: self.unexpected_exception(e)
|
||||||
self.unexpected_exception(e)
|
|
||||||
else:
|
else:
|
||||||
self.logger.info("Received event that does not implement packing.\
|
self.logger.info("Received event that does not implement packing.\
|
||||||
Printing its representation:")
|
Printing its representation:")
|
||||||
|
|
Loading…
Reference in New Issue