Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GMattheisen committed Apr 21, 2020
1 parent cc5894f commit ccbcfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fairgraph/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def save(self, client):
self.id, cls=self.__class__, api="nexus", use_cache=False)

if self.instance:
data = self._build_data(client)
data = self._build_data(client, all_fields=True)
if self._update_needed(data):
logger.info("Updating - {}(id={})".format(self.__class__.__name__, self.id))
self.instance.data.update(data)
Expand Down

0 comments on commit ccbcfd2

Please sign in to comment.