diff options
Diffstat (limited to 'examples/dfmparse.py')
-rw-r--r-- | examples/dfmparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dfmparse.py b/examples/dfmparse.py index d77a7ff..ae74bf0 100644 --- a/examples/dfmparse.py +++ b/examples/dfmparse.py @@ -161,7 +161,7 @@ def main(testfiles=None, action=printer): try:
retval[f] = object_definition.parseFile(f)
success += 1
- except:
+ except Exception:
failures.append(f)
if failures:
|