Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Apr 25, 2012
1 parent 9f3bacf commit 0b1b226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocktest/mocktest.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run_hook():
try:
if hook is not None: hook()
if func is not None: func()
exceptException:
except Exception:
try:
if onerror is not None: onerror()
except StandardError: pass
Expand Down

0 comments on commit 0b1b226

Please sign in to comment.