-
Notifications
You must be signed in to change notification settings - Fork 71
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
Duplicated lines from leapp.linter #316
Labels
Comments
Attempted fix: abfe3fb |
There are still duplicit lines from linter (not three same lines but only two, so there's a progress here):
NewModel.topic = NewTopic
NewActor.consumes = (NewModel)
NewActor.tags = (NewTag)
|
MichalHe
pushed a commit
to MichalHe/leapp
that referenced
this issue
Aug 12, 2021
- Add unit test - Refactoring of actor, library and unit_test files - Apply suggestions from code review Signed-off-by: Fellipe Henrique <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a Fedora 28 machine, using Python 2.7.14, I create the following project:
This is the code of actor A, with field tags not being a tuple:
When I try to run actor A, leapp.linter warns me multiple times about the same problem.
The text was updated successfully, but these errors were encountered: