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

pylint errors #10

Closed
andresriancho opened this issue Sep 13, 2018 · 2 comments
Closed

pylint errors #10

andresriancho opened this issue Sep 13, 2018 · 2 comments

Comments

@andresriancho
Copy link

Run pylint on PMapper and got:

$ pylint -E principalmap
No config file found, using default configuration
************* Module principalmap.visualizing
E: 40, 4: Instance of 'Dot' has no 'write_svg' member (no-member)
************* Module principalmap.awsnode
E:106,30: Undefined variable 'trustdoctobj' (undefined-variable)
E:106,72: Undefined variable 'trustdoctobj' (undefined-variable)
E:107,19: Undefined variable 'trustdoctobj' (undefined-variable)
E:108,36: Undefined variable 'trustdoctobj' (undefined-variable)
E:109,27: Undefined variable 'trustdoctobj' (undefined-variable)
E:111,34: Undefined variable 'trustdoctobj' (undefined-variable)
E:112,27: Undefined variable 'trustdoctobj' (undefined-variable)
E:115,36: Undefined variable 'trustdoctobj' (undefined-variable)
E:116,27: Undefined variable 'trustdoctobj' (undefined-variable)
E:118,34: Undefined variable 'trustdoctobj' (undefined-variable)
E:119,27: Undefined variable 'trustdoctobj' (undefined-variable)

This was after fixing #9 , where the exception was not defined. Maybe those are all false positives, but still they need to be checked.

@andresriancho
Copy link
Author

Wrote fix for the trustdoctobj issue. Testing, will send PR later.

@ncc-erik-steringer
Copy link
Collaborator

closing. all development efforts are now focused on the branch v1.0.0-dev, which is developed using a proper IDE to avoid these.

wdahlenburg pushed a commit to wdahlenburg/PMapper that referenced this issue Sep 5, 2022
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

No branches or pull requests

2 participants