Changes required for file path cleanup in crane
Closed this issue · 0 comments
loganharbour commented
lcpp-org/crane#125 introduces a default file_location
parameter of the cwd. file_location = ''
is no longer valid, because an empty path will resolve to the file root /
in idaholab/moose#26945.
We'll need to correct for these in input. Namely, file_location = ''
is no longer necessary as the default is the cwd.