Skip to content

Commit

Permalink
Run and system changes
Browse files Browse the repository at this point in the history
Run works when --from station doesn't match pad size criteria.
FLECHS system doesn't exist anymore (renamed to IC... something which is
already in list).
  • Loading branch information
maddavo committed Mar 18, 2015
1 parent a5d0dba commit cde5f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions commands/run_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
dest='maxAge',
),
ParseArgument('--pad-size', '-p',
help='Limit the padsize to this ship size (S,M,L or ? for unkown).',
help='Limit the padsize to this ship size (S,M,L or ? for unknown).',
metavar='PADSIZES',
dest='padSize',
),
Expand Down Expand Up @@ -515,7 +515,7 @@ def checkStationSuitability(cmdenv, calc, station, src=None):
return False
mps = cmdenv.padSize
if mps and not station.checkPadSize(mps):
if src:
if src and src != "--from":
raise CommandLineError(
"{} station {} does not meet pad-size requirement.\n"
"You specified: {}, Current data for station: {} ({})\n"
Expand Down
1 change: 0 additions & 1 deletion data/System.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6180,7 +6180,6 @@ unq:name,pos_x,pos_y,pos_z,[email protected]_id,modified
'FK5 2550',17.1875,22.65625,-75.21875,'Gamma','2014-11-27 11:33:44'
'FLECH',20.125,-10.34375,-63.125,'Gamma','2014-11-27 11:33:44'
'FLECHANKOB',20.6875,-17.28125,-162.84375,'Gamma','2014-11-27 11:33:44'
'FLECHS',48.5,-147.71875,42.0,'Gamma','2014-11-27 11:33:44'
'FLECHTI',58.03125,46.34375,81.34375,'Gamma','2014-11-27 11:33:44'
'FLECTES',91.09375,-163.21875,90.65625,'Gamma','2014-11-27 11:33:44'
'FLESK',34.625,-87.34375,16.9375,'Gamma','2014-11-27 11:33:44'
Expand Down

0 comments on commit cde5f32

Please sign in to comment.