Skip to content

Commit 02a69d9

Browse files
2 parents 5c08baf + bbdd8a4 commit 02a69d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cmake/python_packagecheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
#file which is invoked by the cmake build system to check if all necessary python packages are installed.
4+
"""Script to check if a Python module/package is installed."""
55

66
import sys
77

@@ -10,4 +10,4 @@
1010
except ImportError:
1111
exit(1)
1212

13-
exit(0)
13+
exit(0)

0 commit comments

Comments
 (0)