jw-pkg/src/python/jw
Jan Lindemann fdae5ad122
App.get_value(): Remove redundant fd.close()

The fd.close() call inside the `with open(...) as fd:` block is redundant because the file handle is managed by the context manager. Remove it.

Assisted-by: unsloth/Qwen3.6-35B-A3B-GGUF:IQ4_NL and pi.dev
Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-30 14:44:34 +02:00
..
pkg App.get_value(): Remove redundant fd.close() 2026-06-30 14:44:34 +02:00
__init__.py jw.pkg: Fix "make check" static code check fallout 2026-05-31 18:20:38 +02:00
Makefile src/python/jw/Makefile: use py-ns-dir.mk 2026-05-31 18:20:34 +02:00