[Pydev-users] [Users] PyLint - what variables are available?
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2011-07-24 08:24:09
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4620351: In PyLint's settings I added --import-graph=c:\some_file.jpg option but as PyDev runs PyLint with every module in project this file gets overwritten by subsequent runs of PyLint and I get only import graph of the last module analyzed by PyLint. Are there any variables available in PyLint's settings like current module's name so I would get different file for each module above? |