added createWindow
This commit is contained in:
2
main.py
2
main.py
@@ -89,7 +89,7 @@ class Berry(App):
|
||||
console.clear()
|
||||
else:
|
||||
try:
|
||||
result = subprocess.check_output(command, shell=True, text=True)
|
||||
result = subprocess.check_output(command, shell=True, text=True, stderr=subprocess.STDOUT)
|
||||
console.write(result)
|
||||
except subprocess.CalledProcessError as e:
|
||||
console.write(e.stdout)
|
||||
|
||||
Reference in New Issue
Block a user