Skip to content

Commit 98f1c7d

Browse files
accept revision
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 7d2e335 commit 98f1c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

curryreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def read(inputfilename='', plotdata = 1, verbosity = 2):
7474
# handle cancel
7575
if not filepath:
7676
raise Exception
77-
except ImportError as e:
77+
except ImportError:
7878
raise
7979
except:
8080
raise Exception("Unable to open file")

0 commit comments

Comments
 (0)