Skip to content

Commit

Permalink
#93 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
antaenc authored Feb 8, 2025
1 parent 2d71e92 commit 9bf5873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sz_tools/_tool_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bf5873

Please sign in to comment.