regolith icon indicating copy to clipboard operation
regolith copied to clipboard

FILTER_DIR environment variable is the same as ROOT_DIR

Open Hatchibombotar opened this issue 1 year ago • 1 comments

Both of the variables are the same. FILTER_DIR should be an absolute path to the cache directory, where currently ran filter is. Try:

process.env["ROOT_DIR"] == process.env["FILTER_DIR"] //true

Hatchibombotar avatar Oct 14 '22 10:10 Hatchibombotar