Skip to content

fix: resouce leak in translate_with_setter by deleting the offending code #2267

fix: resouce leak in translate_with_setter by deleting the offending code

fix: resouce leak in translate_with_setter by deleting the offending code #2267

Triggered via pull request February 25, 2025 19:56
Status Failure
Total duration 45s
Artifacts

mypy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.