Skip to content

Commit

Permalink
fix cfgparse
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed Dec 17, 2023
1 parent 2855d55 commit 44f92b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/cfgparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def chk_extends(cfg:Config):
# override params
for param in bak.get_params().keys():
cfg.json['params'][param] = bak.get_params()[param] # updates, adds if not presents
print(cfg.get_params())
for dep in cfg.deps:
chk_extends(dep)
chk_extends(self.cfg)
Expand Down

0 comments on commit 44f92b1

Please sign in to comment.