salt.wheel.file_roots.find missing subdir=true
#59800
Labels
Bug
broken, incorrect, or confusing behavior
Needs-Testcase
PR needs test cases written, or the issue is about a bug/feature that needs test cases
severity-high
2nd top severity, seen by most users, causes major problems
Milestone
When using file_roots.write we are allowed to write to subdirs, however, if we try to read the newly created file we are blocked from doing so.
I believe it is because the
find
function is missingsubdir=True
from theclean_path
checksalt/salt/wheel/file_roots.py
Line 29 in 4af72e7
the
write
function has this checksalt/salt/wheel/file_roots.py
Line 115 in 4af72e7
Tests performed using the Pepper API
Write file
read file
find
list env
list roots
The text was updated successfully, but these errors were encountered: