raise error if 'filename' is missing in source dict#5152
raise error if 'filename' is missing in source dict#5152branfosj merged 4 commits intoeasybuilders:developfrom
'filename' is missing in source dict#5152Conversation
'filename' is missing in source dict
'filename' is missing in source dict'filename' is missing in source dict
|
There can actually be 2 causes: Either filename is missing or it is set to What was the cause in your case? User forgot to set it? Or some EB method failed to set it? |
there is currently no use case for filename being
the others are not required.
i forgot to set it in the easyconfig. |
I was referring to the error message only. One could (wrongly) set it to None and the error will still be
So the question is if we want to differentiate "missing" and "wrong". |
yeah, we could make the error message a bit more clear EDIT: follow-up in #5156 |
avoids ugly crash: