Skip to content

Commit 71dbbb1

Browse files
authored
Merge branch 'main' into jjjermiah/3347-modernize-project-config
2 parents e718e63 + 6baeda5 commit 71dbbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def format_error(
2525

2626
location = ""
2727
if lineno and snakefile:
28-
location = f" in file {snakefile}, line {lineno}"
28+
location = f' in file "{snakefile}", line {lineno}'
2929
if rule:
3030
location = f" in rule {rule}{location}"
3131

0 commit comments

Comments
 (0)