Skip to content

Commit

Permalink
reordered route construction queies
Browse files Browse the repository at this point in the history
  • Loading branch information
RenJieZheng committed Mar 17, 2024
1 parent 6d47e1b commit 5fd1907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fsgp/fsgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ def cmd_routemodel_import():

def cmd_routemodel_construct():
answers = questionary.form(
route_name=questionary.text(
'Name of route'
),
segment_data_filepath=questionary.path(
"Path to segment data (json file)",
default="",
Expand All @@ -67,9 +70,6 @@ def cmd_routemodel_construct():
segment_order=questionary.text(
"Order of track segments"
),
route_name=questionary.text(
'Name of track'
),
num_loops=questionary.text(
"Number of loops"
),
Expand Down

0 comments on commit 5fd1907

Please sign in to comment.