PyLint fix

This commit is contained in:
Ivan Kravets
2016-08-27 19:30:53 +03:00
parent e232810325
commit 7b474c69ab

View File

@ -262,7 +262,7 @@ def GetActualLDScript(env):
return None
def VerboseAction(env, act, actstr):
def VerboseAction(_, act, actstr):
if int(ARGUMENTS.get("PIOVERBOSE", 0)):
return act
else: