From 87a2b01bd53d3b12c9ab4f3f0337464564c71ecd Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 31 Mar 2022 07:55:14 -0600 Subject: [PATCH] black format fix --- scripts/lib/CIME/XML/env_batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/CIME/XML/env_batch.py b/scripts/lib/CIME/XML/env_batch.py index 48cb977e627..bbe949af3b8 100644 --- a/scripts/lib/CIME/XML/env_batch.py +++ b/scripts/lib/CIME/XML/env_batch.py @@ -598,7 +598,7 @@ def get_submit_args(self, case, job): rval = val if flag != "-P": - # We don't want floating-point data + # We don't want floating-point data try: rval = int(round(float(rval))) except ValueError: