Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Dec 6, 2014
1 parent 4545a5b commit de64239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/run_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ def validateRunArguments(tdb, cmdenv):

viaSet = cmdenv.viaSet = set(cmdenv.viaStations)
for place in viaSet:
if isinstance(place, Station) and not station.itemCount:
if isinstance(place, Station) and not place.itemCount:
raise NoDataError(
"No price data available for via station {}.".format(
station.name()
place.name()
))

# How many of the hops do not have pre-determined stations. For example,
Expand Down

0 comments on commit de64239

Please sign in to comment.