Skip to content

Commit d5294ee

Browse files
committed
Updated credits updater function
1 parent b3c8ef1 commit d5294ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • addons/source-python/packages/source-python/core

addons/source-python/packages/source-python/core/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def _build_source_python_docs(self):
403403

404404
# Create/update credits.rst
405405
with project.project_source_dir.joinpath(
406-
'credits.rst').open('w') as f:
406+
'general', 'credits.rst').open('w') as f:
407407
f.write(self._get_updated_credits_wiki())
408408

409409
try:

0 commit comments

Comments
 (0)