Open iromeo opened 1 month ago
from pathlib import Path # Things to test: # ancient # subworkflows output = Path("output") nonexistent_file = Path("nonexistent_file.txt") rule all: input: output rule input_nonexistent_Path: input: nonexistent_file output: output shell: """ echo "This should fail" > {output} """
works ok in 8.20.6
works ok in 8.20.6