Skip to content

Commit

Permalink
#577 - Fix GUI: Choosing "Same file extension" results in "ERROR: Unk…
Browse files Browse the repository at this point in the history
…nown option --match-with-extension."
  • Loading branch information
combs committed Jul 19, 2022
1 parent 854af40 commit e2cdacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/shredder/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class MatchType(Enum):
MAPPING = {
NONE: [],
BASENAME: ['--match-basename'],
EXTENSION: ['--match-with-extension'],
WITHOUT_EXTENSION: ['--match-without-extension']
EXTENSION: ['--match-extension'],
WITHOUT_EXTENSION: ['--no-match-extension']
}


Expand Down

0 comments on commit e2cdacc

Please sign in to comment.