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 bc1acd3 commit 9b8b8abCopy full SHA for 9b8b8ab
packaging/check_glibcxx.py
@@ -46,9 +46,7 @@
46
all_symbols.add(match.group(0))
47
48
if not all_symbols:
49
- raise ValueError(
50
- f"No GLIBCXX symbols found in {symbol_matches}. Something is wrong."
51
- )
+ raise ValueError(f"No GLIBCXX symbols found in {symbol_matches}. Something is wrong.")
52
53
all_versions = (symbol.split("_")[1].split(".") for symbol in all_symbols)
54
all_versions = (tuple(int(v) for v in version) for version in all_versions)
0 commit comments