Skip to content

Commit

Permalink
Force keyword ags in start_new_version
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Nov 20, 2024
1 parent 8c0b501 commit 59a3bee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ocfl/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,9 @@ def add_version_with_content(self, objdir="", srcdir=None, metadata=None):
# Write the new version
return self.commit_new_version(new_version)

def start_new_version(self, objdir=None, srcdir="",
def start_new_version(self, *,
objdir=None,
srcdir="",
digest_algorithm=None,
fixity=None,
metadata=None,
Expand Down

0 comments on commit 59a3bee

Please sign in to comment.