There was an error while loading. Please reload this page.
1 parent 4c1690e commit 69b9307Copy full SHA for 69b9307
1 file changed
src/load_chem_xref.py
@@ -39,7 +39,7 @@
39
)
40
connected = True
41
except SocketError:
42
- print(f"Could not connect to database, retrying in 2 seconds...")
+ print("Could not connect to database, retrying in 2 seconds...")
43
time.sleep(2)
44
45
print("Reading and parsing 'chem_xref.tsv'")
@@ -69,7 +69,7 @@
69
70
71
print(f"Loaded {len(references)} cross-references")
72
-print(f"Starting database inserts. This may take several hours.")
+print("Starting database inserts. This may take several hours.")
73
74
for ref in tqdm(references, mininterval=0.2):
75
xref_node, mnx_node = ref
0 commit comments