Changes

Jump to: navigation, search

Programming guidelines

1 byte added, 03:22, 26 April 2019
Pylint
Note that you must run <code>pylint</code> in the <code>gramps</code> directory. If import errors still occur, add a PYTHONPATH. Example usage:
me@laptop:~/programs/trunkmaster/src$ PYTHONPATH=plugins/lib/ pylint --include-ids=y --reports=y plugins/mapservices/googlemap.py
Set reports to '''n''' to have less output. Information on the meaning of codes can be found here:
* [http://pylint-messages.wikidot.com/all-codes All codes], PyLint Messages: and what they're trying to tell you
301
edits

Navigation menu