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
Skip searching for files in 'RawFiles' if the directory is missing in a folder (#503)
* Issue 46118: java.nio.file.NoSuchFileException from SpecLibValidator.getPath()
For spectrum library source files we look in the "RawFiles" directory of all subfolders that have documents with the library, as well as the parent experiment folder.
- Skip the "RawFiles" directory if it does not exist (e.g., if it was deleted by user) in the container.
- Added test, and test files
Co-authored-by: Josh Eckels <jeckels@labkey.com>
---------
Co-authored-by: Josh Eckels <jeckels@labkey.com>
0 commit comments