Skip to content

Commit fe1914b

Browse files
committed
Update comments
1 parent f60166c commit fe1914b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scyjava/config/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@
4141

4242

4343
def 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

0 commit comments

Comments
 (0)