We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105d9f8 commit 475960fCopy full SHA for 475960f
1 file changed
ddiff.py
@@ -212,7 +212,7 @@ def diff_image(base_tag, target_tag):
212
def load_image(image_tarball):
213
input_dir = ".ddiff-image"
214
shutil.rmtree(input_dir, ignore_errors=True)
215
- with tarfile.open(image_tarball, "r:gz") as tar:
+ with tarfile.open(image_tarball) as tar:
216
tar.extractall()
217
218
with open(os.path.join(input_dir, "BASE")) as f:
0 commit comments