We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61a45a commit 8eca0cfCopy full SHA for 8eca0cf
tools/cmake/python_packagecheck.py
@@ -1,7 +1,7 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-#file which is invoked by the cmake build system to check if all necessary python packages are installed.
+"""Script to check if a Python module/package is installed."""
5
6
import sys
7
@@ -10,4 +10,4 @@
10
except ImportError:
11
exit(1)
12
13
-exit(0)
+exit(0)
0 commit comments