Remove a useless section, only act on 'shell' (#16205)

pull/17071/head
Dag Wieers 8 years ago committed by Matt Davis
parent 4cee67452b
commit cb5675a29f

@ -114,11 +114,6 @@ class ModuleArgsParser:
to shell/command being treated special and nothing else
'''
# don't handle non shell/command modules in this function
# TODO: in terms of the whole app, should 'raw' also fit here?
if action not in ['shell', 'command']:
return (action, args)
# the shell module really is the command module with an additional
# parameter
if action == 'shell':

Loading…
Cancel
Save