Skip to content

Commit 9b8b8ab

Browse files
committed
revert
1 parent bc1acd3 commit 9b8b8ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packaging/check_glibcxx.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
all_symbols.add(match.group(0))
4747

4848
if not all_symbols:
49-
raise ValueError(
50-
f"No GLIBCXX symbols found in {symbol_matches}. Something is wrong."
51-
)
49+
raise ValueError(f"No GLIBCXX symbols found in {symbol_matches}. Something is wrong.")
5250

5351
all_versions = (symbol.split("_")[1].split(".") for symbol in all_symbols)
5452
all_versions = (tuple(int(v) for v in version) for version in all_versions)

0 commit comments

Comments
 (0)