mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 06:14:32 +00:00
ref #12 remove hasattr validation
This commit is contained in:
parent
96f8cd89c3
commit
b921aad1e3
@ -9,8 +9,7 @@ class StepFactory:
|
||||
pass
|
||||
|
||||
def addStep(self, step):
|
||||
if hasattr(step, 'workdir'):
|
||||
step.workdir = self.pwd
|
||||
step.workdir = self.pwd
|
||||
|
||||
self.factory.addStep(step)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user