Skip to content

Commit

Permalink
revert run change
Browse files Browse the repository at this point in the history
  • Loading branch information
maddavo committed Mar 19, 2015
1 parent 7107642 commit 9889ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/run_cmd.py
Original file line number Diff line number Diff line change
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 and src != "--from":
if src:
raise CommandLineError(
"{} station {} does not meet pad-size requirement.\n"
"You specified: {}, Current data for station: {} ({})\n"
Expand Down

0 comments on commit 9889ada

Please sign in to comment.