Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Dec 10, 2023
1 parent 832dcbd commit 60e68fe
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 @@ -163,7 +163,7 @@ def interactive():
def startJVM(
*jvmargs: str,
jvmpath: typing.Optional[_PathOrStr] = None,
classpath: typing.Optional[typing.Sequence[_PathOrStr], _PathOrStr] = None,
classpath: typing.Union[typing.Sequence[_PathOrStr], _PathOrStr, None] = None,
ignoreUnrecognized: bool = False,
convertStrings: bool = False,
interrupt: bool = not interactive(),
Expand Down

0 comments on commit 60e68fe

Please sign in to comment.