diff --git a/CHANGELOG.md b/CHANGELOG.md index 654a6ad..de335cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning]. ### Fixed in 0.0.10 - With info commands in sz_command detect "" instead of "{}" when with info not requested +- Revert sz_engine_config.ini to G2Module.ini in helpers until V4 builds have made the change ## [0.0.9] - 2025-02-05 diff --git a/sz_tools/_tool_helpers.py b/sz_tools/_tool_helpers.py index 4b35fe5..4f43622 100644 --- a/sz_tools/_tool_helpers.py +++ b/sz_tools/_tool_helpers.py @@ -57,7 +57,7 @@ # TODO Change to sz when changed in builds CONFIG_FILE = "G2Module.ini" -CONFIG_FILE = "sz_engine_config.ini" +# CONFIG_FILE = "sz_engine_config.ini" # TODO TSzEngineFlags = TypeVar("TSzEngineFlags", bound="SzEngineFlags") # pylint: disable=C0103