jw-pkg/src/python/jw/pkg
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
..
cmds cmds.CmdPkg: Rename pkg -> packages 2026-06-25 09:50:19 +02:00
lib lib.ProjectConf: Add module 2026-06-30 12:46:36 +02:00
__init__.py jw.pkg.__init__.py: Add file to Git 2026-06-01 14:32:44 +02:00
App.py App.get_value(): Remove redundant fd.close() 2026-06-30 14:44:34 +02:00
CmdBase.py CmdBase / cmds.projects.Cmd: Add modules 2026-05-31 17:52:20 +02:00
Makefile jw.pkg.__init__.py: Add file to Git 2026-06-01 14:32:44 +02:00
py.typed jw/pkg/py.typed: Add file 2026-05-31 18:21:20 +02:00