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 263f297 commit 4f94575Copy full SHA for 4f94575
readme_builder.py
@@ -21,7 +21,7 @@
21
if WORKSPACE_DIR:
22
workspace_template_path = Path(WORKSPACE_DIR, 'templates')
23
if workspace_template_path.exists():
24
- template_paths.append(str(FileSystemLoader(workspace_template_path)))
+ template_paths.append(FileSystemLoader(str(workspace_template_path)))
25
26
# Add the action templates as the final templates to check.
27
SCRIPT_DIR=os.path.dirname(os.path.realpath(__file__))
0 commit comments