Skip to content

Commit 20c0943

Browse files
authored
Merge pull request #3 from ExperQuick/dev
Dev
2 parents 58982f5 + 4400146 commit 20c0943

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/plf/_pipeline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,7 @@ def prepare(self) -> None:
333333
- Sets internal flag `_prepared` to True on success.
334334
"""
335335
try:
336-
if self.workflow is None:
337-
self.workflow = self.load_component(**self.cnfg['workflow'])
336+
self.workflow = self.load_component(**self.cnfg['workflow'])
338337
self._prepared = self.workflow.prepare()
339338
except:
340339
traceback.print_exc()

src/plf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1.1"
1+
__version__ = "0.2.1.2"

0 commit comments

Comments
 (0)