Skip to content

Commit

Permalink
fixed updater for mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinMaddHatter committed Sep 14, 2022
1 parent 86a57af commit ca68403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def getLatest():
try:
os.remove(os.path.join(cwd,"lookups",file))
except:
print("failed to delet:" +file)
print("failed to delete:" +file)
pass
registry[file]=None

Expand All @@ -28,7 +28,7 @@ def getLatest():
# Use the default cache folder for the operating system
path=pooch.os_cache("plumbus"),
# The remote data is on Github
base_url="https://github.com/RavinMaddHatter/Structura/raw/1.4-release/lookups/",
base_url="https://github.com/RavinMaddHatter/Structura/tree/main/lookups",
# If this is a development version, get the data from the "main" branch
registry=registry,
env="PATH_TO_STRUCTURA_LOOKUP",
Expand Down

0 comments on commit ca68403

Please sign in to comment.