mpExperienceNone: fix typo
This commit is contained in:
parent
af949fe45b
commit
82e6384d0b
@ -6,7 +6,7 @@ class MpExperienceNone(MpExperience):
|
|||||||
MpExperience.__init__(self, xpParamFile, mpTopo, mpConfig)
|
MpExperience.__init__(self, xpParamFile, mpTopo, mpConfig)
|
||||||
MpExperience.classicRun(self)
|
MpExperience.classicRun(self)
|
||||||
|
|
||||||
def prepapre(self):
|
def prepare(self):
|
||||||
MpExperience.prepare(self)
|
MpExperience.prepare(self)
|
||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user