no spaces anymore

This commit is contained in:
KM-200 2018-07-17 12:03:30 +02:00 committed by GitHub
parent d7ad3cb132
commit 2d218a47d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -363,7 +363,7 @@ def check_curses():
import subprocess
try:
subprocess.check_call( "dialog")
subprocess.check_call("dialog")
#subprocess.check_call('which dialog') # no longer works
except subprocess.CalledProcessError:
logger.error(