Skip to content
Snippets Groups Projects
Commit 6d602cb8 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

AT5-370: small changes to pass code linting.

parent c7f3f17e
No related branches found
No related tags found
1 merge request!5Request to merge AT5-370 branch with master
Pipeline #11342 canceled
__all__ = (
"CspSubElementMaster",
"CspSubElementSubarray"
"CspSubElementMaster"
)
from .subelement_master import CspSubElementMaster
......
......@@ -91,7 +91,7 @@ class IsCommandAllowed(object):
cmd_to_exec = f.__name__
# the command input argument
input_arg = args[1]
device_list = input_arg
#device_list = input_arg
# Note: device list is a reference to args[1]: changing
# device_list content, args[1] changes accordingly!
num_of_devices = len(input_arg)
......
......@@ -24,7 +24,7 @@ test:
lint:
pip3 install pylint2junit; \
mkdir -p /build/reports; \
cd /app && pylint --output-format=parseable csp_lmc_common | tee /build/csp-lmc-subelement-code-analysis.stdout; \
cd /app && pylint --output-format=parseable cspse/lmc | tee /build/csp-lmc-subelement-code-analysis.stdout; \
cd /app && pylint --output-format=pylint2junit.JunitReporter cspse/lmc > /build/reports/csp-lmc-subelement-linting.xml;
.PHONY: all test lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment