-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[CORE] Remove unused python scripts in FWCore/MessageService/test/PsetValidationSamples #46168
[CORE] Remove unused python scripts in FWCore/MessageService/test/PsetValidationSamples #46168
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46168/41966 |
A new Pull Request was created by @iarspider for master. It involves the following packages:
@Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@Dr15Jones @wddgit Do you know if the files in Could we consider removing all these? Or are these meant as examples? |
After looking a bit more detail, it seems these files were added in 546e000 as a very manual test (one would have to edit the files, and check the output). I'd bet these files are practically useless now, and would be best to be removed. @iarspider Could you remove the directory |
…tValidationSamples/
0b70eec
to
b568f40
Compare
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46168/41979 |
Pull request #46168 was updated. @Dr15Jones, @makortel, @smuzaffar can you please check and sign again. |
Thanks. Could you also update the PR title? |
I wasn't aware these files existed. I agree that deleting is probably the best choice. |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
Comparison differences are related to #39803 |
+core |
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 now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @mandrenguyen, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Fix syntax in python scripts:
print()
,except ... as
FWLiteEnabler::enable()
should beROOT.FWLiteEnabler.enable()
), remove trailing semicolonsexec
withimport_module
This is a preparation for fixing #46113 . Maybe some of these scripts are not needed anymore and can be removed?
PR validation:
Bot tests.