Skip to content
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

some codestyle fixes, plus two errors #547

Merged
merged 54 commits into from
Aug 30, 2012
Merged

Conversation

xsuchy
Copy link
Contributor

@xsuchy xsuchy commented Aug 30, 2012

most important is:
E1123: 88,17:List.run: Passing unexpected keyword argument 'type' in function call
E1123: 88,17:List.run: Passing unexpected keyword argument 'type' in function call

W0311: 40,0: Bad indentation. Found 9 spaces, expected 8
C0301:124,0: Line too long (131/120)
C0301:154,0: Line too long (136/120)
C0301:156,0: Line too long (128/120)
C0301:203,0: Line too long (133/120)
C0301:273,0: Line too long (134/120)
C0301:306,0: Line too long (129/120)
C0301:322,0: Line too long (131/120)
R0201:240,4:ProgressBar.done: Method could be a function
R0201:147,4:List.format_tags: Method could be a function
C0301:299,0: Line too long (135/120)
C0301:376,0: Line too long (123/120)
…function call

W0622:140,8:SystemGroupErrata.run: Redefining built-in 'type'
E1123:145,17:SystemGroupErrata.run: Passing unexpected keyword argument 'type' in function call
W0613:307,41:UpdateContent.store_from_product: Unused argument 'opt_str'
W0613:307,33:UpdateContent.store_from_product: Unused argument 'option'
W0613:311,46:UpdateContent.store_item_with_product: Unused argument 'opt_str'
W0613:317,33:UpdateContent.store_item: Unused argument 'opt_str'
W0613:317,49:UpdateContent.store_item: Unused argument 'parse
method which is passed as argument can (under some cirumstances) use
self and behave is method of instance
@lzap
Copy link
Contributor

lzap commented Aug 30, 2012

What are those errors?

@xsuchy
Copy link
Contributor Author

xsuchy commented Aug 30, 2012

E1123: 88,17:List.run: Passing unexpected keyword argument 'type' in function call
E1123: 88,17:List.run: Passing unexpected keyword argument 'type' in function call

it is that error you reported on irc:
error: errata_filter() got an unexpected keyword argument 'type' (more in the log file /var/log/katello/client.log

@lzap
Copy link
Contributor

lzap commented Aug 30, 2012

Cool ACK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants