We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41737d9 commit 9835841Copy full SHA for 9835841
radio/util/find_clang.py
@@ -80,7 +80,7 @@ def findLibClang():
80
knownPaths = os.environ.get("PATH").split(os.pathsep)
81
libSuffix = ".dll"
82
else:
83
- print("findLibClang: Unsupported platform:", sys.platform)
+ print("findLibClang - Unsupported platform:", sys.platform)
84
return None
85
86
for path in knownPaths:
@@ -89,7 +89,7 @@ def findLibClang():
89
return path
90
91
# If no known path is found
92
- print("findLibClang(): No known path found.")
+ print("findLibClang - No known path found.")
93
94
95
def initLibClang():
0 commit comments