Skip to content

Commit

Permalink
Persist configuration each time
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Mar 29, 2024
1 parent 3b263d2 commit 787622b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jarvis_cd/basic/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def next(self):
def config_pkgs(self, conf_dict):
for pkg, conf in conf_dict.items():
pkg.configure(**conf)
pkg.save()

def save_run(self, conf_dict):
stat_dict = {**self.linear_conf_dict}
Expand Down

0 comments on commit 787622b

Please sign in to comment.