Skip to content

Commit

Permalink
names: fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bnnm committed Dec 25, 2022
1 parent 1ce21c8 commit 4f0013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwiser/names/wnconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def add_config(self, line):
def add_lines(self, lines):
if self.disable_fuzzy:
lines.append('#@nofuzzy')
if self.classify_bank and self.classify_bank:
if self.classify_bank and self.bank_paths:
lines.append('#@classify-bank-path')
elif self.classify_bank:
lines.append('#@classify-bank')
Expand Down

0 comments on commit 4f0013a

Please sign in to comment.