We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb721c1 commit 3b92230Copy full SHA for 3b92230
1 file changed
src/snakemake/utils.py
@@ -44,7 +44,7 @@ def validate(data, schema, set_default=True):
44
workflow = frame.f_globals.get("workflow")
45
46
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
+ # skip if a corresponding modifier has been defined or if this is a
48
# remote job. In the latter case, the schema has been already validated by the
49
# main process.
50
return
0 commit comments