forked from platformio/platformio-core
PyLint fix
This commit is contained in:
@ -262,7 +262,7 @@ def GetActualLDScript(env):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
def VerboseAction(env, act, actstr):
|
def VerboseAction(_, act, actstr):
|
||||||
if int(ARGUMENTS.get("PIOVERBOSE", 0)):
|
if int(ARGUMENTS.get("PIOVERBOSE", 0)):
|
||||||
return act
|
return act
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user