Skip to content

Commit ac13935

Browse files
author
enryh
committed
🐛 close parantheses (merge error)
1 parent 9ca1e11 commit ac13935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/quarto_reportview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def run_report(self, output_dir: str = BASE_DIR) -> None:
165165
"""
166166
# from quarto_cli import run_quarto # entrypoint of quarto-cli not in module?
167167

168-
file_path_to_qmd = str(Path(output_dir) / f"{self.BASE_DIR}.qmd"
168+
file_path_to_qmd = str(Path(output_dir) / f"{self.BASE_DIR}.qmd")
169169
args = [self.quarto_path, "render", file_path_to_qmd]
170170
self.report.logger.info(
171171
f"Running '{self.report.title}' '{self.report_type}' report with {args!r}"

0 commit comments

Comments
 (0)