Skip to content

Commit

Permalink
One more optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern authored Oct 22, 2024
1 parent 3501beb commit ae092cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs3client/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def touch_file(self, auth_token: tuple, resource: Resource) -> None:
def write_file(
self, auth_token: tuple, resource: Resource, content: Union[str, bytes], size: int,
app_name: Optional[str] = None, lock_id: Optional[str] = None,
disable_versioning: bool = False
disable_versioning: Optional[bool] = False
) -> None:
"""
Write a file using the given userid as access token. The entire content is written
Expand Down

0 comments on commit ae092cb

Please sign in to comment.