We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cb06d commit b181bd7Copy full SHA for b181bd7
src/scyjava/_stubs/_genstubs.py
@@ -90,7 +90,7 @@ def generate_stubs(
90
"stubgenj is not installed, but is required to generate java stubs. "
91
"Please install it with `pip/conda install stubgenj`."
92
) from e
93
-
+ print("GENERATE")
94
import jpype
95
96
startJVM = jpype.startJVM
0 commit comments