You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Charon/filetypes/OpenPackagingConvention.py
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ class OpenPackagingConvention(FileInterface):
25
25
_global_metadata_file="/Metadata/OPC_Global.json"# Where the global metadata file is.
26
26
_opc_metadata_relationship_type="http://schemas.ultimaker.org/package/2018/relationships/opc_metadata"# Unique identifier of the relationship type that relates OPC metadata to files.
27
27
_metadata_prefix="/metadata"
28
-
_aliases=OrderedDict([]) # A standard OPC file doest not have default aliases. These must be implemented in inherited classes.
28
+
_aliases:Dict[str, str]=OrderedDict([]) # A standard OPC file doest not have default aliases. These must be implemented in inherited classes.
0 commit comments