Skip to content

Commit

Permalink
this is the right way to remove other_options AND some unset variable…
Browse files Browse the repository at this point in the history
… that was causing another issue
  • Loading branch information
ZeroChaos- committed Oct 20, 2020
1 parent c01ae90 commit 361f8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeComp/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ class functions do.
"squashfs": [
"_common", "unsquashfs",
[
"other_options", "-d", "%(destination)s",
"%(basedir)s/%(source)s"
"-f", "-d", "%(destination)s",
"%(source)s"
],
"SQUASHFS", ["squashfs", "sfs"], {"unsquashfs"},
],
Expand Down

0 comments on commit 361f8fa

Please sign in to comment.