You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
27
28
'Operating System :: MacOS :: MacOS X',
28
29
'Operating System :: POSIX',
@@ -50,7 +51,7 @@
50
51
print("Setup did not work, metaknowledge cannot be imported")
51
52
else:
52
53
try:
53
-
print("journal abbreviations database being downloaded\nPress ctr-C to cancel")
54
+
print("journal abbreviations database being downloaded\nPress ctr-C to cancel, nothing bad will happen if you cancel")
54
55
metaknowledge.journalAbbreviations.updatej9DB()
55
56
except:
56
57
print("journal abbreviations database could not be downloaded. Try again when you have a connection if you wish to use them. The function to updated them is metaknowledge.journalAbbreviations.updatej9DB().")
0 commit comments