We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ccaed commit bd7f89cCopy full SHA for bd7f89c
1 file changed
demo/demo_nogui_with_stmt.py
@@ -15,5 +15,5 @@
15
import javabridge
16
17
with javabridge.vm(run_headless=True):
18
- print javabridge.run_script('java.lang.String.format("Hello, %s!", greetee);',
19
- dict(greetee='world'))
+ print(javabridge.run_script('java.lang.String.format("Hello, %s!", greetee);',
+ dict(greetee='world')))
0 commit comments