Skip to content

Commit 18bdb66

Browse files
antaencdocktermj
andauthored
#326 - Using -c with sz_explorer causes TypeErrorpythonpython programming languagae (#328)
Co-authored-by: Michael Dockter <michael@dockter.com>
1 parent 87768d8 commit 18bdb66

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

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+
1016
## [0.0.34] - 2026-01-13
1117

1218
### Added in 0.0.34

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sz-python-tools"
3-
version = "0.0.34"
3+
version = "0.0.35"
44
description = "Senzing Python Tools"
55
authors = [{ name = "senzing", email = "support@senzing.com" }]
66
readme = "README.md"

sz_tools/sz_export

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ if __name__ == "__main__":
253253
"--iniFile",
254254
dest="ini_file_name",
255255
default=None,
256-
nargs=1,
257256
help=textwrap.dedent(
258257
"""\
259258

0 commit comments

Comments
 (0)