From da217f1f61125659ff7d619036e551576578928b Mon Sep 17 00:00:00 2001 From: shamsulazeem Date: Tue, 21 Apr 2020 11:44:05 +0500 Subject: [PATCH] Fixing search path for java binaries for the main CLI --- python/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cli.py b/python/cli.py index 38c2e8dff..cf5dcea75 100644 --- a/python/cli.py +++ b/python/cli.py @@ -172,7 +172,7 @@ def init(platform, https, commit_hash, spin, download): def cli(): - if not os.path.exists(KONDUIT_JAR_DIR): + if not os.path.exists(KONDUIT_JAR_PATH): log.info("No konduit binaries found. See 'konduit-init --help' or just run 'konduit-init'" " to initialize a konduit jar binary.") else: