-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Fix inconsistent behaviour of --dump_python #39127
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
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39127/31684
|
|
A new Pull Request was created by @pkalbhor (Pritam Kalbhor) for master. It involves the following packages:
@perrotta, @rappoccio, @cmsbuild, @qliphy, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7632c8/26969/summary.html Comparison SummarySummary:
|
|
assign core |
|
New categories assigned: core @Dr15Jones,@smuzaffar,@makortel you have been requested to review this Pull request/Issue and eventually sign? Thanks |
It is not :) Anyway, I think it is not worse than the current implementation (and certainly works around #37976). Using I think the |
|
@makortel can you confirm with the usual "+1" if you're okay with this (as discussed in ORP meeting)? |
|
I'd like to see
addressed first. |
|
Pull request #39127 was updated. @perrotta, @smuzaffar, @rappoccio, @Dr15Jones, @makortel, @cmsbuild, @fabiocos, @davidlange6 can you please check and sign again. |
|
@cmsbuild, please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7632c8/27204/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
|
@cmsbuild, please test To clean up the comparisons |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7632c8/27208/summary.html Comparison SummarySummary:
|
|
+core (with the disclaimer that this package is not under |
|
+1 |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will be automatically merged. |
PR description:
Bug fix for
cmsDriver.pywhich when used with--dump_pythonwas giving inconsistent/incorrect output. Issue was raised few times already Issue#37976, Issue#38686P.S. My first PR to cmssw :)