Skip to content

Commit

Permalink
Remove job dependencies in job metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik4949 committed Oct 29, 2024
1 parent d33a09d commit 125699e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superduper/base/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def dict(self):
_base_dict = dc.asdict(self)
if 'time' in _base_dict:
_base_dict['time'] = str(_base_dict['time'])
_base_dict.pop('dependencies', None)
return {
**_base_dict,
'genus': self.genus,
Expand Down

0 comments on commit 125699e

Please sign in to comment.