Skip to content
Snippets Groups Projects
Commit c7509ea3 authored by James Graham's avatar James Graham
Browse files

Attempt fix for FileNotFoundError not in Py3.2

parent c8f36bb6
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ from .parsers.cfg import CFG
np.seterr(all="raise")
try:
try:
raise FileNotFoundError
except FileNotFoundError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment