Skip to content

Commit

Permalink
Merge pull request #460 from wdscxsj/master
Browse files Browse the repository at this point in the history
Keep quiet when deducing jdk_home from JAVA_HOME
  • Loading branch information
tshirtman authored Dec 5, 2019
2 parents 735c338 + 64d8eef commit a6102a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jnius/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def get_jdk_home(platform):
if not jdk_home:
if platform == 'win32':
TMP_JDK_HOME = getenv('JAVA_HOME')
print(TMP_JDK_HOME)
if not TMP_JDK_HOME:
raise Exception('Unable to find JAVA_HOME')

Expand Down

0 comments on commit a6102a3

Please sign in to comment.