Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 22, 2015
1 parent 278dab4 commit 3378c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier/async.py
Expand Up @@ -98,5 +98,5 @@ def handler(self):
finally: self.condition.release()
method, args, kwargs = item
try: method(*args, **kwargs)
except BaseException, exception:
except BaseException as exception:
self.owner.log_error(exception)

0 comments on commit 3378c74

Please sign in to comment.