diff options
Diffstat (limited to 'examples/LAparser.py')
-rw-r--r-- | examples/LAparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/LAparser.py b/examples/LAparser.py index 3714975..41e8b4f 100644 --- a/examples/LAparser.py +++ b/examples/LAparser.py @@ -404,7 +404,7 @@ if __name__ == '__main__': else:
try:
print(parse(input_string))
- except:
+ except Exception:
pass
# obtain new input string
|