Skip to content

Commit

Permalink
Publish fix (#466)
Browse files Browse the repository at this point in the history
* Fixing dataset publication

* Flake8 fixes

* int and str fixes for publication

* Remove stray prints
  • Loading branch information
blaiszik authored Aug 16, 2024
1 parent 71befe0 commit 9766362
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions foundry/foundry_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ def clear_dataset_cache(self):

def clean_dc_dict(self):
"""Clean the Datacite dictionary of None values"""
print(self.dc.json())
print()
print(json.loads(self.dc.json()))
return self.delete_none(json.loads(self.dc.json()))

Expand Down

0 comments on commit 9766362

Please sign in to comment.