fix: resouce leak in translate_with_setter
by deleting the offending code
#2267
Annotations
3 errors
Run MyPy:
tagstudio/src/qt/widgets/preview/file_attributes.py#L64
[mypy] reported by reviewdog 🐶
Unexpected keyword argument "count" for "FileOpenerLabel" [call-arg]
Raw Output:
/home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/preview/file_attributes.py:64:27: error: Unexpected keyword argument "count" for "FileOpenerLabel" [call-arg]
|
Run MyPy:
tagstudio/src/qt/widgets/preview/file_attributes.py#L231
[mypy] reported by reviewdog 🐶
"FileOpenerLabel" has no attribute "format_args" [attr-defined]
Raw Output:
/home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/preview/file_attributes.py:231:9: error: "FileOpenerLabel" has no attribute "format_args" [attr-defined]
|
Run MyPy
Process completed with exit code 1.
|