We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83417ac commit 95f8571Copy full SHA for 95f8571
3 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning].
7
8
## [Unreleased]
9
10
+## [0.0.35] - 2026-01-22
11
+
12
+### Fixed in 0.0.35
13
14
+- Error when using `-c` (`--iniFile`) with sz_export
15
16
## [0.0.34] - 2026-01-13
17
18
### Added in 0.0.34
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sz-python-tools"
3
-version = "0.0.34"
+version = "0.0.35"
4
description = "Senzing Python Tools"
5
authors = [{ name = "senzing", email = "support@senzing.com" }]
6
readme = "README.md"
sz_tools/sz_export
@@ -253,7 +253,6 @@ if __name__ == "__main__":
253
"--iniFile",
254
dest="ini_file_name",
255
default=None,
256
- nargs=1,
257
help=textwrap.dedent(
258
"""\
259
0 commit comments