Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warn users of crab-dev #5134

Closed
belforte opened this issue Dec 10, 2021 · 0 comments
Closed

warn users of crab-dev #5134

belforte opened this issue Dec 10, 2021 · 0 comments

Comments

@belforte
Copy link
Member

with ref to #5133 I'd do in two steps:

  1. always print a gentle warning when using crab-dev
  2. 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!")
@belforte belforte self-assigned this Dec 10, 2021
belforte added a commit to belforte/CRABClient that referenced this issue Dec 10, 2021
belforte added a commit to belforte/CRABClient that referenced this issue Dec 10, 2021
belforte added a commit to belforte/CRABClient that referenced this issue Dec 10, 2021
@belforte belforte added Done and removed In Progress labels Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant