Skip to content

Commit 6174634

Browse files
committed
sby: core: ensured the stage is dependent on the base model
1 parent 8222496 commit 6174634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbysrc/sby_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ def setup_procs(self, setupmode):
13451345
'''.splitlines()
13461346
)
13471347
),
1348-
name = stage_name
1348+
name = stage_name, depends = self.model('base')
13491349
)
13501350

13511351

0 commit comments

Comments
 (0)