diff --git a/commands/run_cmd.py b/commands/run_cmd.py index e3a0611a..6b33be7d 100644 --- a/commands/run_cmd.py +++ b/commands/run_cmd.py @@ -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', ), @@ -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" diff --git a/data/System.csv b/data/System.csv index 736df93f..78558eb5 100644 --- a/data/System.csv +++ b/data/System.csv @@ -6180,7 +6180,6 @@ unq:name,pos_x,pos_y,pos_z,name@Added.added_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'