Skip to content

Commit 7559b07

Browse files
committed
fixup! Assets create should use Properties
1 parent aab1e24 commit 7559b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archivist/assets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def create(
128128
Creates asset with defined properties and attributes.
129129
130130
Args:
131-
props (list): Properties - usually only the storage_integrity setting
131+
props (dict): Properties - usually only the storage_integrity setting
132132
attrs (dict): attributes of created asset.
133133
confirm (bool): if True wait for asset to be confirmed.
134134

0 commit comments

Comments
 (0)