Skip to content

Commit

Permalink
try changing classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Apr 9, 2024
1 parent 1c72abc commit de2ca79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycromanager/headless.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def start_headless(
_PYMMCORES.append(mmc) # Store so it doesn't get garbage collected
Engine(mmc)
else:
classpath = mm_app_path + '/plugins/Micro-Manager/*'
classpath = mm_app_path + '/plugins/Micro-Manager/'
if java_loc is None:
if platform.system() == "Windows":
# windows comes with its own JRE
Expand Down

0 comments on commit de2ca79

Please sign in to comment.