no spaces anymore
This commit is contained in:
parent
d7ad3cb132
commit
2d218a47d9
|
@ -363,7 +363,7 @@ def check_curses():
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
try:
|
try:
|
||||||
subprocess.check_call( "dialog")
|
subprocess.check_call("dialog")
|
||||||
#subprocess.check_call('which dialog') # no longer works
|
#subprocess.check_call('which dialog') # no longer works
|
||||||
except subprocess.CalledProcessError:
|
except subprocess.CalledProcessError:
|
||||||
logger.error(
|
logger.error(
|
||||||
|
|
Reference in New Issue
Block a user