Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed May 24, 2018
1 parent b315937 commit cbfbe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scc/drivers/evdevdrv.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def handle_new_device(self, syspath, *bunchofnones):
if ose.errno == 13:
# Excepted error that happens often, don't report
return False
log.exception(e)
log.exception(ose)
return False
except Exception, e:
log.exception(e)
Expand Down

0 comments on commit cbfbe53

Please sign in to comment.