diff --git a/src/depends.py b/src/depends.py index 7a4d05a1..2030bd2d 100755 --- a/src/depends.py +++ b/src/depends.py @@ -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(