mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
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