mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-11 12:49:35 +00:00
fix some typo error
This commit is contained in:
parent
9f25286f27
commit
48366c3cfe
@ -14,7 +14,7 @@ class StepFactory:
|
||||
def addStep(self, step):
|
||||
step.workdir = self.pwd
|
||||
|
||||
self.array += step
|
||||
self.array += [step]
|
||||
|
||||
def addSteps(self, steps):
|
||||
for step in steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user