Spaces:
Sleeping
Sleeping
Update list_symbols.py
Browse files- list_symbols.py +1 -1
list_symbols.py
CHANGED
@@ -11,7 +11,7 @@ def list_symbols(library_path):
|
|
11 |
|
12 |
if __name__ == "__main__":
|
13 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
14 |
-
so_path = os.path.join(current_dir, "SynapseControl.cpython-
|
15 |
if os.path.exists(so_path):
|
16 |
symbols = list_symbols(so_path)
|
17 |
print("Symbols in the library:")
|
|
|
11 |
|
12 |
if __name__ == "__main__":
|
13 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
14 |
+
so_path = os.path.join(current_dir, "SynapseControl.cpython-310-x86_64-linux-gnu.so")
|
15 |
if os.path.exists(so_path):
|
16 |
symbols = list_symbols(so_path)
|
17 |
print("Symbols in the library:")
|