We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 369e0db + 8605b3b commit f32f257Copy full SHA for f32f257
mkdocs_charts_plugin/plugin.py
@@ -15,7 +15,7 @@
15
16
def check_library(libnames, dependency):
17
for lib in libnames:
18
- if dependency in lib:
+ if dependency in str(lib):
19
return True
20
raise PluginError(
21
f"[mkdocs_charts_plugin]: Missing 'extra_javascript' dependency for {dependency}. Please see setup instructions."
0 commit comments