Skip to content

Commit

Permalink
'station' command should not be taking ls-from-star as a float
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Smith committed Feb 4, 2015
1 parent 4139d14 commit 6aecdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/station_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
ParseArgument(
'--ls-from-star',
help='Number of light seconds between station and star.',
type=float,
default=0.0,
type=int,
default=0,
dest='lsFromStar',
),
ParseArgument(
Expand Down

0 comments on commit 6aecdf6

Please sign in to comment.