Closed gwpl closed 10 months ago
pressing "E" , does not execute, instead I am inside my custom prompt of my shell.
my suspect is that os.system(...) is too simple, as taking contactenated , string and probably we should use something like:
os.system(...)
import subprocess subprocess.call(['command', 'arg1', 'arg2'])
Potentially related bugs:
Closing this issue due to its age and the absence of similar reports. But feel free to re-open it.
pressing "E" , does not execute, instead I am inside my custom prompt of my shell.
my suspect is that
os.system(...)
is too simple, as taking contactenated , string and probably we should use something like:Potentially related bugs:
332
368
278