Skip to content

Commit

Permalink
Prefix the env var more consistently with optimade-python-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 21, 2024
1 parent 09e2f32 commit eb685d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimade_maker/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .config import Config, EntryConfig, JSONLConfig, ParsedFiles, PropertyDefinition
from .parsers import ENTRY_PARSERS, OPTIMADE_CONVERTERS, PROPERTY_PARSERS, TYPE_MAP

PROVIDER_PREFIX = os.environ.get("optimake_PROVIDER_PREFIX", "optimake")
PROVIDER_PREFIX = os.environ.get("OPTIMAKE_PROVIDER_PREFIX", "optimake")


def _construct_entry_type_info(
Expand Down

0 comments on commit eb685d6

Please sign in to comment.