Skip to content

Commit

Permalink
Update db.py
Browse files Browse the repository at this point in the history
Fixes Issue emory-libraries#15
  • Loading branch information
dknamikaze authored Feb 21, 2024
1 parent 4217620 commit 1ed49ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eulexistdb/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ def wrapper(*args, **kwargs):

xquery_called = None
if Signal is not None:
xquery_called = Signal(providing_args=[
"time_taken", "name", "return_value", "args", "kwargs"])
xquery_called = Signal()


class ExistDB(object):
Expand Down

0 comments on commit 1ed49ec

Please sign in to comment.