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
make a new version now to be put in crab-dev where there is more forceful message to "STOP" and remove it when it will be time to move this to production (alas it will need a new tag). So this is just a temporary thing to wean CMSSW_12 users out of the "use crab-dev" mantra of last few months
Step 1. can be done as simply as with this in crab.py (to be verified in actual deployment)
if'dev'in__file__ :
print ("beware!")
The text was updated successfully, but these errors were encountered:
with ref to #5133 I'd do in two steps:
Step 1. can be done as simply as with this in
crab.py
(to be verified in actual deployment)The text was updated successfully, but these errors were encountered: