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
This commit is contained in:
Slawek Kaplonski 2024-04-29 14:37:55 +02:00
parent 6e40758925
commit e37847c2ff
2 changed files with 1 additions and 1 deletions

0
devstack/upgrade/settings Executable file → Normal file
View File

View File

@ -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)