Skip to content

Commit

Permalink
sby: core: ensured the stage is dependent on the base model
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalbit committed Feb 9, 2023
1 parent 8222496 commit 6174634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbysrc/sby_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ def setup_procs(self, setupmode):
'''.splitlines()
)
),
name = stage_name
name = stage_name, depends = self.model('base')
)


Expand Down

0 comments on commit 6174634

Please sign in to comment.