Skip to content

Commit

Permalink
Add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaswal committed Nov 13, 2024
1 parent 3cdfdef commit f0276bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/infamy/restconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def put_config_dicts(self, models):
running = self.get_running()

for model in models.keys():
print(f"Setting up module {model}")
mod = self.lyctx.get_module(model)
lyd = mod.parse_data_dict(models[model], no_state=True, validate=False)
running.merge(lyd)
Expand Down

0 comments on commit f0276bb

Please sign in to comment.