mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Apply formatting
This commit is contained in:
@ -221,10 +221,7 @@ class PvsStudioCheckTool(CheckToolBase): # pylint: disable=too-many-instance-at
|
|||||||
|
|
||||||
result = proc.exec_command(cmd)
|
result = proc.exec_command(cmd)
|
||||||
# pylint: disable=unsupported-membership-test
|
# pylint: disable=unsupported-membership-test
|
||||||
if (
|
if result["returncode"] != 0 or "license" in result["err"].lower():
|
||||||
result["returncode"] != 0
|
|
||||||
or "license" in result["err"].lower()
|
|
||||||
):
|
|
||||||
self._bad_input = True
|
self._bad_input = True
|
||||||
click.echo(result["err"])
|
click.echo(result["err"])
|
||||||
continue
|
continue
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from os.path import isfile, join
|
|
||||||
import sys
|
import sys
|
||||||
|
from os.path import isfile, join
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user