biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

[FIX] ImageLoader - Avoid using http cache when no write/read permission #237

Closed PrimozGodec closed 11 months ago

PrimozGodec commented 12 months ago
Issue

Same issue than here: https://github.com/biolab/orange-canvas-core/pull/288

Description of changes

When there is no read or write permission, ignore the cache.

Includes
codecov[bot] commented 12 months ago

Codecov Report

Merging #237 (75db417) into master (02356b8) will increase coverage by 0.23%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #237 +/- ## ========================================== + Coverage 72.73% 72.97% +0.23% ========================================== Files 18 18 Lines 2850 2875 +25 Branches 399 402 +3 ========================================== + Hits 2073 2098 +25 Misses 664 664 Partials 113 113 ```