Skip to content

Commit aa7752a

Browse files
committed
fix: troubleshoot CI
remove message_extractors [skip ci]
1 parent e747fb7 commit aa7752a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383
ckan = ckan.lib.extract:extract_ckan
8484
8585
""",
86-
message_extractors={
87-
"ckanext": [
88-
("**.py", "python", None),
89-
("**.js", "javascript", None),
90-
("**/templates/**.html", "ckan", None),
91-
],
92-
},
86+
# message_extractors={
87+
# "ckanext": [
88+
# ("**.py", "python", None),
89+
# ("**.js", "javascript", None),
90+
# ("**/templates/**.html", "ckan", None),
91+
# ],
92+
# },
9393
)

0 commit comments

Comments
 (0)