You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are times when queries will fail even though files exist in the location referenced.
For example:
I have an absolute path of /mnt/iso/EFI/* or /mnt/iso/arch/boot/x86_64/initramfs-linux-hardened.img. An attribute queries against these will fail. Though, an attribute query with relative paths related to the collection location will succeed.
Description
There are times when queries will fail even though files exist in the location referenced.
For example:
I have an absolute path of
/mnt/iso/EFI/*
or/mnt/iso/arch/boot/x86_64/initramfs-linux-hardened.img
. An attribute queries against these will fail. Though, an attribute query with relative paths related to the collection location will succeed.In addition, a new bug I ran into today.
With the following query:
The files are successfully recovered.
However, with this query:
I get an error.
Here is the directory structure
The files are there, but it seems that something is in the way.
Though the reality is, they're just empty files.
In this case, populating them is fine. Though there may be sometimes I'd like to use files existing as conditionals.
Ontop of #114 these are real gotchas when trying to create a bundle.
I would like a warning message to be displayed when uor skips or ignores a file
The text was updated successfully, but these errors were encountered: