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)