Loading cspse/lmc/__init__.py +1 −2 Original line number Diff line number Diff line __all__ = ( "CspSubElementMaster", "CspSubElementSubarray" "CspSubElementMaster" ) from .subelement_master import CspSubElementMaster Loading cspse/lmc/decorators.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading docker/test-harness/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
cspse/lmc/__init__.py +1 −2 Original line number Diff line number Diff line __all__ = ( "CspSubElementMaster", "CspSubElementSubarray" "CspSubElementMaster" ) from .subelement_master import CspSubElementMaster Loading
cspse/lmc/decorators.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
docker/test-harness/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading