Skip to content

Commit

Permalink
Merge pull request #266 from SANDAG/add_2032_2040_to_scenyears
Browse files Browse the repository at this point in the history
Added 2032 and 2040 to scenario year options in scenario creation GUI
  • Loading branch information
aber-sandag authored Dec 3, 2024
2 parents 0348ca0 + 6fd8d4c commit 92e1661
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 @@ -143,7 +143,7 @@ def __init__(self, root, emme_version = "4.3.7", year = "2022", geo = "1", year_
tkinter.Label(body, text=u"Year", font=("Helvetica", 8, 'bold')).grid(row=current_row)
var = tkinter.StringVar(root)
#self.year="2016"
yearOptionList = ["2022","2026","2029","2035","2050"]
yearOptionList = ["2022","2026","2029","2032","2035","2040","2050"]
#if self.select_lu:
var.set(self.year)
#else:
Expand Down

0 comments on commit 92e1661

Please sign in to comment.