Skip to content

Commit 361f8fa

Browse files
committed
this is the right way to remove other_options AND some unset variable that was causing another issue
1 parent c01ae90 commit 361f8fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DeComp/definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ class functions do.
384384
"squashfs": [
385385
"_common", "unsquashfs",
386386
[
387-
"other_options", "-d", "%(destination)s",
388-
"%(basedir)s/%(source)s"
387+
"-f", "-d", "%(destination)s",
388+
"%(source)s"
389389
],
390390
"SQUASHFS", ["squashfs", "sfs"], {"unsquashfs"},
391391
],

0 commit comments

Comments
 (0)