.napari/DESCRIPTION.md
and CITATION.cff
required when using napari-hub-preview-action
#376
Labels
bug
Something isn't working
Description
When
.napari/DESCRIPTION.md
orCITATION.cff
is missed thennapari-hub-preview-action
fail withFileNotFoundError
https://github.com/4DNucleome/PartSeg/runs/4684547184?check_suite_focus=true#step:3:538
Steps/Code to Reproduce
Source of problem is not checking if file exists before try to open it:
napari-hub/backend/utils/github.py
Lines 49 to 52 in e2ee13d
The
get_file
function is called here:napari-hub/backend/utils/github.py
Line 118 in e2ee13d
and
napari-hub/backend/utils/github.py
Line 123 in e2ee13d
Expected Results
Files should be optional:
4DNucleome/PartSeg#489 (comment)
Actual Results
@neuromusic
The text was updated successfully, but these errors were encountered: