From f6b18024f066ef3ff1c83c7e3319ac28f7c7acb9 Mon Sep 17 00:00:00 2001 From: Namratha Urs Date: Thu, 19 Sep 2024 15:15:00 -0500 Subject: [PATCH] addressing review comments --- creation/lib/cgWParamDict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creation/lib/cgWParamDict.py b/creation/lib/cgWParamDict.py index 4b5f7cccf..a6a247ec4 100644 --- a/creation/lib/cgWParamDict.py +++ b/creation/lib/cgWParamDict.py @@ -222,7 +222,7 @@ def populate(self, other=None): populate_gridmap(self.conf, self.dicts["gridmap"]) # the following list will be a megalist containing all the scripts; used for duplication check logic subsequently - all_scripts = list() + all_scripts = [] # NOTE that all the files in these _scripts lists are added as executables (i.e. must report with error_gen) file_list_scripts = [ "collector_setup.sh",