-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[python] Fix change exists pd attribute user error #9140
Conversation
* Remove attribute from class ProcessDefinition, cause it should to object User instead of object ProcessDefinition. * Grant project to user if attribute user change for exists ProcessDefinition close: apache#8751
Codecov Report
@@ Coverage Diff @@
## dev #9140 +/- ##
=========================================
Coverage 40.27% 40.27%
- Complexity 4363 4365 +2
=========================================
Files 808 808
Lines 32547 32569 +22
Branches 3646 3650 +4
=========================================
+ Hits 13108 13118 +10
- Misses 18210 18220 +10
- Partials 1229 1231 +2
Continue to review full report at Codecov.
|
SonarCloud Quality Gate failed. |
PTAL @devosend @jieguangzhou thanks. |
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.
LGTM
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.
LGTM
object User instead of object ProcessDefinition.
close: #8751