From 00cf2a5056d18974b9ee55fc2c19441384404f8e Mon Sep 17 00:00:00 2001 From: Louis Papillon Date: Tue, 6 Jan 2026 15:06:50 +0100 Subject: [PATCH] fix when elastodyn tower file path is absolute --- openfast_io/openfast_io/FAST_reader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openfast_io/openfast_io/FAST_reader.py b/openfast_io/openfast_io/FAST_reader.py index a57d242425..cad19a06ee 100644 --- a/openfast_io/openfast_io/FAST_reader.py +++ b/openfast_io/openfast_io/FAST_reader.py @@ -3478,6 +3478,8 @@ def execute(self): if not os.path.isabs(self.fst_vt['ElastoDyn']['TwrFile']): ed_tower_file = os.path.join(os.path.dirname(ed_file), self.fst_vt['ElastoDyn']['TwrFile']) + else: + ed_tower_file = self.fst_vt['ElastoDyn']['TwrFile'] self.read_ElastoDynTower(ed_tower_file) if self.fst_vt['Fst']['CompInflow'] == 1: