Skip to content

Commit

Permalink
Renamed property 'LU version' to 'landuse.version'
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeJimFlood committed May 22, 2024
1 parent f99ef44 commit 19415e1
Showing 1 changed file with 1 addition 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\nLU version = " + self.lu)
self.update_property("version = version_15_0_0", "version = version_15_0_0\nlanduse.version = " + self.lu)
self.update_property("geographyID = 1", "geographyID = " + self.geo.get())
elif type=="study":
studyyears = self.studyyears.get().split(',')
Expand Down

0 comments on commit 19415e1

Please sign in to comment.