From 8af5171710c1d9697ae75624c71a433f769fc3f4 Mon Sep 17 00:00:00 2001 From: dougiesquire Date: Fri, 29 Sep 2023 10:26:32 +1000 Subject: [PATCH] lint --- payu/models/cesm_cmeps.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/payu/models/cesm_cmeps.py b/payu/models/cesm_cmeps.py index 2be346c0..28307d5d 100644 --- a/payu/models/cesm_cmeps.py +++ b/payu/models/cesm_cmeps.py @@ -168,7 +168,8 @@ def setup(self): self.runconfig.write() - # Horrible hack to make a link to the mod_def.ww3 input in the work directory + # Horrible hack to make a link to the mod_def.ww3 input in the work + # directory # The ww3 mod_def input needs to be in work_path and called mod_def.ww3 if "ww3dev" in self.components.values(): f_name = "mod_def.ww3"