Skip to content

Commit

Permalink
picking up taxi fleet files
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 9, 2022
1 parent aacc75f commit 1c33096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def run_oneshot(options, first_depart, last_depart, trip_file, weight_file, meso
additional.append(os.path.join(base_dir, 'suburb.taz.xml'))
specificPT = glob.glob(abspath_in_dir(oneshot_dir, 'pt*.xml'))
additional += sorted(specificPT if specificPT else glob.glob(os.path.join(base_dir, 'pt*.xml')))
additional += sorted(glob.glob(os.path.join(base_dir, 'fleet*.xml')), reverse=True)

tempcfg = abspath_in_dir(oneshot_dir, '%s_temp.sumocfg' % suffix)
addOpt = ""
Expand Down

0 comments on commit 1c33096

Please sign in to comment.