-
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
Add hasattr function for safe if attribute is not existed. #11271
Conversation
A new Pull Request was created by @geonmo (Geonmo Ryu) for CMSSW_7_6_X. Add hasattr function for safe if attribute is not existed. It involves the following packages: SLHCUpgradeSimulations/Configuration @cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. |
please test |
The tests are being triggered in jenkins. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Add hasattr function for safe if attribute is not existed.
It is just a fix to avoid missing attribute error.
It was a re-open PR of #11095 due to corruption other commit.