summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2025-05-10 13:08:23 -0500
committerAustin Horstman <khaneliman12@gmail.com>2025-05-18 09:06:48 -0500
commit31bc320fd11a4f09cc7d8712d6d9a3f7d76f6800 (patch)
treecacc6f6c70ec464d2524c33241c0f8b5ba0e5826 /pkgs/development/python-modules/httpserver
parent9831a2b6c3a4e5415f8b3ef940a1d405050f8b18 (diff)
pluginupdate: fix AttributeError when handling HTTPResponse objects
Fix an issue in the vim-plugins-updater where it was trying to access the 'normalized_name' attribute on an HTTPResponse object, causing the updater to crash with: AttributeError: 'HTTPResponse' object has no attribute 'normalized_name' The fix adds type checking to ensure we only access normalized_name on Plugin objects, and properly handle other types like Exceptions and HTTPResponse objects. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions