Skip to content

Commit

Permalink
changed path for fetching latest OTL/GA from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvlaminck committed Nov 7, 2024
1 parent 3859344 commit 7365ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_update/automatic_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
except:
download_otl_from_github = True
if download_otl_from_github:
urllib.request.urlretrieve("https://github.com/davidvlaminck/OTLMOW-ModelBuilder/raw/master/otlmow_modelbuilder"
urllib.request.urlretrieve("https://github.com/davidvlaminck/OTLMOW-ModelBuilder/raw/master"
"/InputFiles/latest/OTL.db", 'OTL.db')

download_ga_from_github = False
Expand All @@ -34,7 +34,7 @@
except:
download_ga_from_github = True
if download_ga_from_github:
urllib.request.urlretrieve("https://github.com/davidvlaminck/OTLMOW-ModelBuilder/raw/master/otlmow_modelbuilder"
urllib.request.urlretrieve("https://github.com/davidvlaminck/OTLMOW-ModelBuilder/raw/master"
"/InputFiles/latest/Geometrie_Artefact.db", 'Geometrie_Artefact.db')

urllib.request.urlretrieve("https://github.com/davidvlaminck/OTLMOW-ModelBuilder/raw/master/otlmow_modelbuilder"
Expand Down

0 comments on commit 7365ccb

Please sign in to comment.