Skip to content

Commit

Permalink
remove JAVA_HOME environment variable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
weiglszonja committed Jun 5, 2024
1 parent 3133de2 commit baf9123
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ def __init__(
"""
from .bioformats_utils import extract_ome_metadata, parse_ome_metadata

if "JAVA_HOME" not in os.environ:
conda_home = os.environ.get("CONDA_PREFIX")
os.environ["JAVA_HOME"] = conda_home

if ".cxd" not in Path(file_path).suffixes:
raise ValueError("The file suffix must be .cxd!")

Expand Down

0 comments on commit baf9123

Please sign in to comment.