Closed loganharbour closed 8 months ago
https://github.com/lcpp-org/crane/pull/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 https://github.com/idaholab/moose/pull/26945.
file_location
file_location = ''
/
We'll need to correct for these in input. Namely, file_location = '' is no longer necessary as the default is the cwd.
https://github.com/lcpp-org/crane/pull/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 https://github.com/idaholab/moose/pull/26945.We'll need to correct for these in input. Namely,
file_location = ''
is no longer necessary as the default is the cwd.