File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4141
4242
4343def start_JVM (options = '' ):
44- # set _options to the default options from pyimagej if none are specified
4544 global _options
4645 _options = options
4746
48- # if jvm JVM is already running -- break
47+ # if JVM is already running -- break
4948 if JVM_status () == True :
5049 _logger .debug ('The JVM is already running.' )
5150 return
@@ -112,7 +111,7 @@ def start_JVM(options=''):
112111 if pathlib .Path (os .path .join (jvm_server_dir , 'jvm.dll' )).is_file ():
113112 os .environ ['PATH' ] += ';' + jvm_server_dir
114113
115- # retrieve endpoint and repositories from scyjava_config
114+ # retrieve endpoint and repositories from scyjava config
116115 endpoints = get_endpoints ()
117116 repositories = get_repositories ()
118117
You can’t perform that action at this time.
0 commit comments