Skip to content

Commit

Permalink
Fix retry to force proc_name_set as a local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchcn authored Dec 26, 2023
1 parent 1960eaa commit 4d25ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/retry/retry.config
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ retry {
* Function for iterating over process resouce definitions and generating retry updaters as necessary
*/
generate_retry_updater = {
proc_name_keys = process.keySet().grep(~/^withName:.*/)
def proc_name_keys = process.keySet().grep(~/^withName:.*/)
for (i in proc_name_keys) {
retry.set_retry(i, 'cpus')
retry.set_retry(i, 'memory')
Expand Down

0 comments on commit 4d25ea7

Please sign in to comment.