We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5c25b commit 2e05779Copy full SHA for 2e05779
1 file changed
tests/helpers.py
@@ -81,6 +81,8 @@ def get_app_lock():
81
82
83
def release_app_lock():
84
+ if global_mssqlconn is None:
85
+ return
86
t1 = time.time()
87
result = global_mssqlconn.execute_scalar("""
88
DECLARE @result INTEGER;
0 commit comments