Skip to content

Commit

Permalink
Added land use version as property in file by default and not added b…
Browse files Browse the repository at this point in the history
…y GUI
  • Loading branch information
JoeJimFlood committed May 22, 2024
1 parent 19415e1 commit 72c3596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/pythonGUI/createStudyAndScenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def executeBatch(self, type):
os.chdir(self.releaseDir+"\\"+self.version+'\\')
os.system(commandstr)
#self.update_property("version=version_14_2_2", "version=version_14_2_2\nLU version=" + self.lu)
self.update_property("version = version_15_0_0", "version = version_15_0_0\nlanduse.version = " + self.lu)
self.update_property("landuse.version = S0", "landuse.version = " + self.lu)
self.update_property("geographyID = 1", "geographyID = " + self.geo.get())
elif type=="study":
studyyears = self.studyyears.get().split(',')
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/sandag_abm.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
##SANDAG ABM Properties
##Software Version
version = version_15_0_0
landuse.version = S0
## geography ID
#geographyID = 1
##############################################################################################################################################################################
Expand Down

0 comments on commit 72c3596

Please sign in to comment.