Temporary files created by ArtifactBuilder
persist even without building
#164
Labels
bug
Something isn't working
ArtifactBuilder
persist even without building
#164
I encountered an issue while trying to create an Artifact Archive file using the
ArtifactBuilder
class. When callingArtifactBuilder.new_archive
, an empty file is immediately created locally.I expected this empty file to be automatically removed if the
ArtifactBuilder.build
method was not subsequently called. However, the file remains on the system. Even deleting theArtifactBuilder
object does not change this behavior.Is this the intended behavior, or should this be considered a bug that needs fixing?
Below is the code to reproduce the issue:
The text was updated successfully, but these errors were encountered: