items() if v is not None) existing_work.update((k, v) for k, v in work.items() if v is not None) self.thoth.update_work(existing_work) except (IndexError, AttributeError, ThothError): work_id = self.thoth.create_work(work) @@ -173,7 +174,8 @@ def create_contributors(self...