Skip to content

Commit 4f94575

Browse files
committed
quick loader fix
1 parent 263f297 commit 4f94575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if WORKSPACE_DIR:
2222
workspace_template_path = Path(WORKSPACE_DIR, 'templates')
2323
if workspace_template_path.exists():
24-
template_paths.append(str(FileSystemLoader(workspace_template_path)))
24+
template_paths.append(FileSystemLoader(str(workspace_template_path)))
2525

2626
# Add the action templates as the final templates to check.
2727
SCRIPT_DIR=os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)