Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
persist config
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj committed Jul 14, 2020
1 parent dfad16b commit a9574ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wandb/sdk/wandb_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ def setdefaults(self, d):
d = parse_config(d)
for k, v in six.iteritems(d):
self._items.setdefault(k, v)
if self._callback:
self._callback(data=self._as_dict())

def update_locked(self, d, user=None):
if user not in self._users:
Expand Down

0 comments on commit a9574ac

Please sign in to comment.