Skip to content

Commit

Permalink
Merge branch 'registration_by_identifier_alone' into simple_storage
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Jan 10, 2024
2 parents 0912299 + 3f26db0 commit a3fa288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_workflow/composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def _rebuild_data_io(self):

@classmethod
@wraps(Creator.register)
def register(cls, package_identifier: str, domain: Optional[str]) -> None:
def register(cls, package_identifier: str, domain: Optional[str] = None) -> None:
cls.create.register(package_identifier=package_identifier, domain=domain)

def executor_shutdown(self, wait=True, *, cancel_futures=False):
Expand Down

0 comments on commit a3fa288

Please sign in to comment.