There was an error while loading. Please reload this page.
1 parent b3c8ef1 commit d5294eeCopy full SHA for d5294ee
1 file changed
addons/source-python/packages/source-python/core/command.py
@@ -403,7 +403,7 @@ def _build_source_python_docs(self):
403
404
# Create/update credits.rst
405
with project.project_source_dir.joinpath(
406
- 'credits.rst').open('w') as f:
+ 'general', 'credits.rst').open('w') as f:
407
f.write(self._get_updated_credits_wiki())
408
409
try:
0 commit comments