diff --git a/src/depends.py b/src/depends.py index 06150642..7a4d05a1 100755 --- a/src/depends.py +++ b/src/depends.py @@ -363,7 +363,8 @@ def check_curses(): import subprocess try: - subprocess.check_call('which dialog') + subprocess.check_call( "dialog") + #subprocess.check_call('which dialog') # no longer works except subprocess.CalledProcessError: logger.error( 'Curses requires the `dialog` command to be installed as well as'