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.
1 parent 7e19c40 commit 52fefb8Copy full SHA for 52fefb8
scripts/stats.py
@@ -20,7 +20,7 @@ def main() -> None:
20
21
lang_dir = os.environ.get("PYDOC_LANG_DIR")
22
if lang_dir:
23
- pofiles_path = lang_dir
+ pofiles_path = Path(lang_dir)
24
else:
25
language = os.environ.get("PYDOC_LANGUAGE")
26
if not language:
0 commit comments