Skip to content

Gracefully handle missing addon directories (closes #47)#48

Merged
refaim merged 3 commits intomasterfrom
fix-missing-addon-crash
Feb 14, 2026
Merged

Gracefully handle missing addon directories (closes #47)#48
refaim merged 3 commits intomasterfrom
fix-missing-addon-crash

Conversation

@refaim
Copy link
Owner

@refaim refaim commented Feb 14, 2026

Check if addon directory exists before calling signature.validate to avoid ValueError crash when user renames addon folders.

refaim and others added 2 commits February 14, 2026 12:07
Check if addon directory exists before calling signature.validate
to avoid ValueError crash when user renames addon folders.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov-commenter
Copy link

codecov-commenter commented Feb 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7d46229) to head (58e9554).
⚠️ Report is 3 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #48   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          484       487    +3     
  Branches        81        82    +1     
=========================================
+ Hits           484       487    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Replace deprecated Remote.ls_remotes() with Remote.list_heads() and
update ref access from dict subscript to attribute access (RemoteHead).
Configure pytest filterwarnings = ["error"] to catch future deprecations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@refaim refaim merged commit 025ab0e into master Feb 14, 2026
5 checks passed
@refaim refaim deleted the fix-missing-addon-crash branch February 14, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants