Skip to content

Commit

Permalink
Better explanation of why nothing matches
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Oct 26, 2014
1 parent eb130ba commit 3b78e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def runCommand(args):
routes = [ route for route in routes if viaStations & set(route.route[viaStartPos:]) ]

if not routes:
print("No routes matched your critera, or price data for that route is missing.")
print("No profitable trades matched your critera, or price data along the route is missing.")
return

routes.sort()
Expand Down

0 comments on commit 3b78e05

Please sign in to comment.