From 8f1d220eab44b2c1eeffd33882736c7ff7f828fc Mon Sep 17 00:00:00 2001 From: Marco Mascheroni Date: Fri, 9 Jun 2023 15:21:32 +0200 Subject: [PATCH] Pupulate Grid rc also for arc --- creation/lib/cgWCreate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/creation/lib/cgWCreate.py b/creation/lib/cgWCreate.py index 1d34b1526..dfa260a68 100644 --- a/creation/lib/cgWCreate.py +++ b/creation/lib/cgWCreate.py @@ -243,6 +243,7 @@ def populate(self, exe_fname, entry_name, conf, entry): self.populate_condorc_grid() elif gridtype == "arc": # not adding a function for one line for the moment + self.populate_standard_grid(rsl, auth_method, gridtype, entry_enabled, entry_name, enc_input_files) self.add("x509UserProxy", "$ENV(X509_USER_PROXY:)") else: self.populate_standard_grid(rsl, auth_method, gridtype, entry_enabled, entry_name, enc_input_files)