Skip to content

Commit

Permalink
fixing style refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 27, 2024
1 parent 405cd5b commit e605c7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/tools/sumolib/net_and_additional/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ def printSorted(d):

print("tlsParams", printSorted(net.getTLS("C").getPrograms()["0"].getParams()))
print("tlsExtraParams", printSorted(net.getTLS("C").getPrograms()["extra"].getParams()))

2 changes: 1 addition & 1 deletion tools/osmWebWizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def build(self):

options += ["--netconvert-typemap", ','.join(typefiles)]
options += ["--netconvert-options", netconvertOptions]
#options += ["--polyconvert-options", " -v,--osm.keep-full-type,--osm.merge-relations,10"]
# options += ["--polyconvert-options", " -v,--osm.keep-full-type,--osm.merge-relations,10"]

self.report("Converting map data")
osmBuild.build(options)
Expand Down

0 comments on commit e605c7d

Please sign in to comment.