Skip to content

Commit

Permalink
Added network location to property file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeJimFlood committed May 23, 2024
1 parent f240a08 commit 168c956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/python/pythonGUI/createStudyAndScenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ def executeBatch(self, type):
os.system(commandstr)
self.update_property("landuse.version = S0", "landuse.version = " + self.lu)
self.update_property("geographyID = 1", "geographyID = " + self.geo.get())
self.update_property("network = NETWORK", "network = " + self.networkpath.get())
elif type=="study":
studyyears = self.studyyears.get().split(',')
exclude_file = self.studynetworkpath.get() + '\\exclude.txt'
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/sandag_abm.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
##Software Version
version = version_15_0_0
landuse.version = S0
network = NETWORK
## geography ID
#geographyID = 1
##############################################################################################################################################################################
Expand Down

0 comments on commit 168c956

Please sign in to comment.