This commit is contained in:
Kovid Goyal 2018-08-06 20:13:16 +05:30
parent b6a5d09d4f
commit e71c432b7c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -82,7 +82,8 @@ class Child:
self.allow_remote_control = False
if argv and argv[0] == '@':
self.allow_remote_control = True
argv = argv[1:]
if len(argv) > 1:
argv = argv[1:]
self.argv = argv
if cwd_from is not None:
try: