Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix conversion of primitives with NO type
In case we have a resource without data, it also does not have a type. We need to catch this to prevent the error: `cannot convert primitive with NO type information` This happens, e.g., when we test for the exists of a file before doing anything else with the resource. Partially-Fixes #957 Signed-off-by: Christian Zunker <[email protected]>
- Loading branch information