Skip to content

Commit 51034c4

Browse files
author
Vito Zanotelli
committed
doc: improve documentation
1 parent 318edf0 commit 51034c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/quarto/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def add_parameter(name: str, value, param_list: list[str]) -> None:
4646
report = snakemake.output.get("report", None)
4747

4848

49-
# Build params
49+
# Build params to be passed to Quarto params (-P flag)
5050
params = []
5151
for name, value in snakemake.input.items():
5252
if name not in {"renv", "script"}:

0 commit comments

Comments
 (0)