Skip to content
Snippets Groups Projects
Commit 6c457d13 authored by Eddie McWhirter's avatar Eddie McWhirter
Browse files

Fix typo.

parent e3b3a19b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import sys ...@@ -5,7 +5,7 @@ import sys
# ensure geomag is on the path before importing # ensure geomag is on the path before importing
try: try:
import geomagio # noqa (tells linter to ignor this line.) import geomagio # noqa (tells linter to ignore this line.)
except: except:
from os import path from os import path
script_dir = path.dirname(path.abspath(__file__)) script_dir = path.dirname(path.abspath(__file__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment