From e37847c2fff96b2c45e3075c180e658e7161957d Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 29 Apr 2024 14:37:55 +0200 Subject: [PATCH] Remove executable from python files which don't really needs it Additionally this patch removes trailing whitespace from tools/check_unit_test_structure.sh file to make pre-commit script happy. TrivialFix Change-Id: I1ea5e83e0c55ccd2d6cda382be7f7c4299ccbc0d --- devstack/upgrade/settings | 0 tools/check_unit_test_structure.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 devstack/upgrade/settings diff --git a/devstack/upgrade/settings b/devstack/upgrade/settings old mode 100755 new mode 100644 diff --git a/tools/check_unit_test_structure.sh b/tools/check_unit_test_structure.sh index 15dcb5d6d..c34650445 100755 --- a/tools/check_unit_test_structure.sh +++ b/tools/check_unit_test_structure.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # This script identifies the unit test modules that do not correspond -# directly with a module in the code tree. See TESTING.rst for the +# directly with a module in the code tree. See TESTING.rst for the # intended structure. neutron_path=$(cd "$(dirname "$0")/.." && pwd)