Type check glcollate/artifact.py
Artifact
Mark self.__content
and self.__exception
as union
with None. Add is not None
checks where None cannot be used.
Return empty strings and bytes where those attributes are set to
None but the functions returns strings or bytes.
ArtifactsZip
Raise ValueError if self.__tmp
and self.__zip_file
was not yet initialized
but a function requires that.
Depends on !69 (merged)
Edited by Igor Ponomarev