Skip to content

Commit 37a2e42

Browse files
setup.py: Fix build error
1 parent 9f89c11 commit 37a2e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def run_compile_catalog(setuptools_command):
1010
option_dict = setuptools_command.distribution.get_option_dict("compile_catalog")
1111
compiler.domain = [option_dict["domain"][1]]
1212
compiler.directory = option_dict["directory"][1]
13-
compiler.use_fuzzy = option_dict["use_fuzzy"][1]
13+
compiler.use_fuzzy = option_dict["use-fuzzy"][1]
1414
compiler.run()
1515

1616

0 commit comments

Comments
 (0)