Skip to content

Commit

Permalink
"e" is not a variable name... PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Bord committed Feb 25, 2009
1 parent d107ecc commit c66f96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdaemon.py
Expand Up @@ -237,8 +237,8 @@ def main(prog_args=None):

print "Ready to watch file changes..."
watcher.loop()
except Exception, e:
print e
except Exception, msg:
print msg

print "Bye"

Expand Down

0 comments on commit c66f96a

Please sign in to comment.