No longer check for tmp_path being sent as we don't use it here anyway
This commit is contained in:
parent
e8227dea7a
commit
a580acc12a
1 changed files with 0 additions and 2 deletions
|
@ -472,8 +472,6 @@ class ThreadedTCPRequestHandler(SocketServer.BaseRequestHandler):
|
|||
def command(self, data):
|
||||
if 'cmd' not in data:
|
||||
return dict(failed=True, msg='internal error: cmd is required')
|
||||
if 'tmp_path' not in data:
|
||||
return dict(failed=True, msg='internal error: tmp_path is required')
|
||||
|
||||
vvvv("executing: %s" % data['cmd'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue