4
0
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:
Andrei Yankovich 2021-07-19 20:02:11 +03:00
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: