Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek authored Nov 22, 2024
1 parent 2bf9e5b commit 84dcfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdoxy/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def tempDir(siteDir: str, tempDir: str, projectName: str) -> str:
generatorBase=self.generatorBase[project_name],
tempDoxyDir=tempDirApi,
siteDir=config["site_dir"],
apiPath = project_data.get("api-path", project_name),
apiPath=project_data.get("api-path", project_name),
doxygen=self.doxygen[project_name],
useDirectoryUrls=config["use_directory_urls"],
)
Expand Down

0 comments on commit 84dcfab

Please sign in to comment.