Skip to content

Commit

Permalink
Fixed #230 SrcSystem not defined w/--unique
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed May 2, 2015
1 parent 0def779 commit b319f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradecalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def station_iterator(srcStation):
unique = bool(tdenv.unique)
if bool(tdenv.unique):
stations = (
d for d in stations if d.system is not SrcSystem
d for d in stations if d.system is not srcSystem
)
stations = (
d for d in stations
Expand Down

0 comments on commit b319f07

Please sign in to comment.