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: