Skip to content

Commit 3b92230

Browse files
fmt
1 parent eb721c1 commit 3b92230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snakemake/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def validate(data, schema, set_default=True):
4444
workflow = frame.f_globals.get("workflow")
4545

4646
if workflow and (workflow.modifier.skip_validation or workflow.remote_exec):
47-
# skip if a corresponding modifier has been defined or if this is a
47+
# skip if a corresponding modifier has been defined or if this is a
4848
# remote job. In the latter case, the schema has been already validated by the
4949
# main process.
5050
return

0 commit comments

Comments
 (0)