We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fc731 commit 39c535bCopy full SHA for 39c535b
transistordatabase/mongodb_handling.py
@@ -30,6 +30,7 @@ def connect_local_tdb():
30
:return: transistor_database collection
31
32
:raises pymongo.errors.ServerSelectionTimeoutError: if there is no mongoDB instance running
33
+ :raises MissingServerConnection:
34
"""
35
try:
36
max_server_delay = 1
@@ -49,6 +50,7 @@ def drop_local_tdb():
49
50
Drop the local database.
51
52
53
+ :raises MissingServerConnection: Missing server connection
54
55
56
0 commit comments