-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Replace has_key with in for dictionaries #12004
Conversation
A new Pull Request was created by @ericvaandering (Eric Vaandering) for CMSSW_8_0_X. Replace has_key with in for dictionaries It involves the following packages: Alignment/MuonAlignmentAlgorithms @diguida, @lveldere, @cmsdoxy, @cerminar, @Martin-Grunewald, @vanbesien, @perrotta, @civanch, @cmsbuild, @fwyzard, @davidlange6, @smuzaffar, @Dr15Jones, @cvuosalo, @mdhildreth, @deguio, @slava77, @ggovi, @vadler, @mmusich, @ssekmen, @danduggan, @monttj, @franzoni can you please review it and eventually sign? Thanks. |
please test |
The tests are being triggered in jenkins. |
+1 |
+1 |
-1 Tested at: 50ca38b ---> test TestFWCoreIntegrationStandalone had ERRORS you can see the results of the tests here: The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
+1
|
Replace has_key with in for dictionaries
Has been available since 2.2 and will be removed in python 3. http://legacy.python.org/dev/peps/pep-0290/#testing-dictionary-membership
Generated with the automated tool python futurize.