diff --git a/src/pod_setup.py b/src/pod_setup.py index e50c5adee..8b04577d8 100644 --- a/src/pod_setup.py +++ b/src/pod_setup.py @@ -306,8 +306,9 @@ def setup_pod(self, runtime_config: util.NameSpace, data_convention = 'no_translation' self.log.info(f'Runtime option translate_data is set to .false.' f'No data translation will be performed for case {case_name}.') - if pod_convention != data_convention: - self.log.info(f'Translating POD variables from {pod_convention} to {data_convention}') + else: + if pod_convention != data_convention: + self.log.info(f'Translating POD variables from {pod_convention} to {data_convention}') # A 'noTranslationFieldlist' will be defined for the varlistEntry translation attribute for v in pod_input.varlist.keys():