Skip to content

Commit

Permalink
Pupulate Grid rc also for arc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmascher authored and mambelli committed Jun 12, 2023
1 parent 2ee2324 commit 8f1d220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions creation/lib/cgWCreate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8f1d220

Please sign in to comment.