Skip to content

Commit

Permalink
Not sure
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Dec 10, 2023
1 parent 60e68fe commit a0bc7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpype/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def isJVMStarted():
return _jpype.isStarted()


def _hasClassPath(args: typing.Tuple[_PathOrStr, ...]) -> bool:
def _hasClassPath(args) -> bool:
for i in args:
if isinstance(i, str) and i.startswith('-Djava.class.path'):
return True
Expand Down

0 comments on commit a0bc7c6

Please sign in to comment.