cc-4228: formatting
This commit is contained in:
parent
4a10fb2ecf
commit
10a7eae498
2 changed files with 6 additions and 7 deletions
|
@ -124,9 +124,8 @@ class WatchSyncer(ReportHandler,Loggable):
|
||||||
try:
|
try:
|
||||||
# If there is a strange bug anywhere in the code the next line
|
# If there is a strange bug anywhere in the code the next line
|
||||||
# should be a suspect
|
# should be a suspect
|
||||||
#if self.contractor.register( event ):
|
if self.contractor.register(event): self.push_queue( event )
|
||||||
#self.push_queue( event )
|
#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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue