You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 544 there is a log for R__ scripts that are skipped. With 3.5.0/5.1 there was a change that resulted in the parameter not being passed correctly for format. Now all our deployments are getting a key error and halting on this line.
Correction should be to switch line 544 to the following
print(_log_skip_r.format(**script))
I can't make a PR without destroying my current branch and PR, but I will be including this change in my branch.
The text was updated successfully, but these errors were encountered:
@sfc-gh-jhansen Looks like multiple folks have run into this issue. Could we get my PR merged to resolve?
I had to revert my production usage version back to 3.4.2 in the meantime.
CermitDFrog
changed the title
Version 5.1 broke for all deployments with Verbose logging and R__ scripts
Version 3.5.1 broke for all deployments with Verbose logging and R__ scripts
Feb 14, 2023
Just released 3.5.2 with only the verbose logging fix for now. I just didn't have time tonight to think about and test out your new changes. But I will shortly!
On line 544 there is a log for R__ scripts that are skipped. With 3.5.0/5.1 there was a change that resulted in the parameter not being passed correctly for format. Now all our deployments are getting a key error and halting on this line.
Correction should be to switch line 544 to the following
I can't make a PR without destroying my current branch and PR, but I will be including this change in my branch.
The text was updated successfully, but these errors were encountered: