Formatting

This commit is contained in:
Rudi Grinberg 2012-10-25 14:32:27 -04:00
parent 212e3bd30e
commit fb28c3a6c5
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ class WatchSyncer(ReportHandler,Loggable):
#self.push_queue( event )
except BadSongFile as e:
self.fatal_exception("Received bas song file '%s'" % e.path, e)
except Exception as e:
self.unexpected_exception(e)
except Exception as e: self.unexpected_exception(e)
else:
self.logger.info("Received event that does not implement packing.\
Printing its representation:")