Skip to content

Commit

Permalink
enhance message ref #14182
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed Jan 3, 2024
1 parent 59c3e94 commit fc8b3e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/tlsCycleAdaptation.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# @file tlsCycleAdaptation.py
# @author Yun-Pang Floetteroed
# @author Mirko Barthauer
# @date 2017-05-10

"""
Expand Down Expand Up @@ -191,7 +192,7 @@ def getFlows(net, routeFiles, tlsList, begin, scale_fac, verbose, isSorted=False
if parsed == 0:
print("Warning: No vehicles parsed from %s." % file)
elif verbose:
print("Parsed %s vehicles from %s." % (parsed, file))
print("Parsed %s vehicles passing traffic lights from %s." % (parsed, file))
# scale up flow
if scale_fac != 1.:
for t in tlsList:
Expand Down

0 comments on commit fc8b3e0

Please sign in to comment.