Skip to content

Commit 60a565c

Browse files
authored
Update base_action.py
1 parent 1f45374 commit 60a565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/lib/base_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def db_connection(self, kwargs_dict):
120120
connection['drivername'] = default_driver
121121

122122
# Check if query is in de connection
123-
if 'query' in connection:
123+
if 'query' not in connection:
124124
connection['query'] = ()
125125

126126
# Format the connection string

0 commit comments

Comments
 (0)