Commit bc041ffe by James Cammarata

Adding raw module to list of modules allowing raw params

Fixes #11119
parent e251e701
......@@ -266,6 +266,7 @@ class ModuleArgsParser:
# FIXME: this should probably be somewhere else
RAW_PARAM_MODULES = (
'raw',
'command',
'shell',
'script',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment