Fix PyLint warning

This commit is contained in:
Ivan Kravets
2015-02-16 23:31:47 +02:00
parent 69d952ea65
commit 870ce7e0a2

View File

@ -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():
if "UPLOAD_PORT" not in env: