Skip to content

Commit

Permalink
Fix classpath issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hanslovsky committed Nov 12, 2018
1 parent bee5bd6 commit 66ac5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imglyb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _init_jvm_options():
raise e

if 'classpath' in globals():
jnius_config.add_classpath(classpath)
jnius_config.add_classpath(globals()['classpath'])

CLASSPATH_STR = 'CLASSPATH'
if CLASSPATH_STR in os.environ:
Expand Down

0 comments on commit 66ac5ce

Please sign in to comment.