diff --git a/.github/workflows/pdr_plugin_ci_workflow.yml b/.github/workflows/pdr_plugin_ci_workflow.yml index 1b1356c71..e4a9880e8 100644 --- a/.github/workflows/pdr_plugin_ci_workflow.yml +++ b/.github/workflows/pdr_plugin_ci_workflow.yml @@ -28,7 +28,7 @@ jobs: pip install pytest-cov - name: Run PyLint - run: pylint --rcfile=$PDRPATH/.pylintrc $PDRPATH + run: pylint --rcfile=$PDRPATH/.pylintrc $PDRPATH/ufm_sim_web_service/ - name: Run exclusion list class test timeout-minutes: 5 diff --git a/plugins/pdr_deterministic_plugin/.pytest/run_pdr_standalone_pytest.sh b/plugins/pdr_deterministic_plugin/.pytest/run_pdr_standalone_pytest.sh old mode 100644 new mode 100755 diff --git a/plugins/pdr_deterministic_plugin/.pytest/terminate_pdr_standalone_pytest.sh b/plugins/pdr_deterministic_plugin/.pytest/terminate_pdr_standalone_pytest.sh old mode 100644 new mode 100755 diff --git a/plugins/pdr_deterministic_plugin/ufm_sim_web_service/ufm_communication_mgr.py b/plugins/pdr_deterministic_plugin/ufm_sim_web_service/ufm_communication_mgr.py index 0c6bd21b4..02c75d51b 100644 --- a/plugins/pdr_deterministic_plugin/ufm_sim_web_service/ufm_communication_mgr.py +++ b/plugins/pdr_deterministic_plugin/ufm_sim_web_service/ufm_communication_mgr.py @@ -1,7 +1,7 @@ # # Copyright © 2013-2023 NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED. # -# This software product is a proprietary product of Nvidia Corporation and its affiliates +# This software product is a proprietary product of Nvidia Corporation anchd its affiliates # (the "Company") and all right, title, and interest in and to the software # product, including all associated intellectual property rights, are and # shall remain exclusively with the Company.