mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix PyLint warning
This commit is contained in:
@ -111,7 +111,7 @@ env.Append(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def before_upload(target, source, env): # pylint: disable=W0613
|
def before_upload(target, source, env): # pylint: disable=W0613,W0621
|
||||||
|
|
||||||
def _autodetect_upload_port():
|
def _autodetect_upload_port():
|
||||||
if "UPLOAD_PORT" not in env:
|
if "UPLOAD_PORT" not in env:
|
||||||
|
Reference in New Issue
Block a user