From f4beabcc958298ed3531b30824b87953b6617f44 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Wed, 8 Nov 2023 16:09:16 +0000 Subject: [PATCH] Adjustment to new comment in gfs_tasks.py Resolves pycodestyle warning Refs #2043 --- workflow/rocoto/gfs_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/rocoto/gfs_tasks.py b/workflow/rocoto/gfs_tasks.py index 6f67dea21b..458e0491d5 100644 --- a/workflow/rocoto/gfs_tasks.py +++ b/workflow/rocoto/gfs_tasks.py @@ -949,7 +949,7 @@ def metp(self): def arch(self): deps = [] dependencies = [] - if self.app_config.mode in ['cycled']: # Block for handling half cycle dependencies + if self.app_config.mode in ['cycled']: # Block for handling half cycle dependencies if self.cdump in ['gfs']: if self.app_config.do_vminmon: dep_dict = {'type': 'task', 'name': f'{self.cdump}vminmon'}