From 06a5a49d716925d8999fdd0487296bddfc6fa8bf Mon Sep 17 00:00:00 2001 From: Josh Cederstrom Date: Thu, 9 Jul 2026 10:30:46 -0700 Subject: [PATCH] fix: Set output directory in mesh processing --- pytRIBS/mesh/mesh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytRIBS/mesh/mesh.py b/pytRIBS/mesh/mesh.py index 4288053..394039d 100644 --- a/pytRIBS/mesh/mesh.py +++ b/pytRIBS/mesh/mesh.py @@ -598,6 +598,7 @@ def extract_watershed_and_stream_network(self, outlet_path, boundary_path, outpu if clean is True: shutil.rmtree(temp) + self.output_dir = output_dir class GenerateMesh: