-
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
Fw core util edm check class transient #11534
Fw core util edm check class transient #11534
Conversation
A new Pull Request was created by @gartung (Patrick Gartung) for CMSSW_7_6_X. Fw core util edm check class transient It involves the following packages: FWCore/Utilities @cmsbuild, @smuzaffar, @Dr15Jones can you please review it and eventually sign? Thanks. |
Pull request #11534 was updated. @cmsbuild, @smuzaffar, @Dr15Jones can you please check and sign again. |
|
||
if retval == True : | ||
print "Error: field='"+trans+"' must be labeled transient=\"true\" in classes_def.xml for "+name+" or the equivalent class name with typedefs." | ||
return 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why return here? don't you want to keep looping for the other transients classes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot it was in a loop. I will change it.
+1 |
…ient Fw core util edm check class transient
No description provided.