X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fneco%2Fexecution%2Fec.py;h=26f0cd47d3fa771980d1d891d4ba8ca061eb08dc;hb=2a915786e4a6fae96f74878746e61f36aae9ff4b;hp=1d2533475932e9714b388c06e1bd1971e021fe09;hpb=72accb16ffd0f4349f721f8ca21738179ac3d597;p=nepi.git diff --git a/src/neco/execution/ec.py b/src/neco/execution/ec.py index 1d253347..26f0cd47 100644 --- a/src/neco/execution/ec.py +++ b/src/neco/execution/ec.py @@ -273,7 +273,7 @@ class ExperimentController(object): rm.deploy() rm.start_with_conditions() - # Only if the RM has STOP consitions we + # Only if the RM has STOP conditions we # schedule a stop. Otherwise the RM will stop immediately if rm.conditions.get(ResourceAction.STOP): rm.stop_with_conditions()