We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ac4ea commit 1f45374Copy full SHA for 1f45374
actions/lib/base_action.py
@@ -118,7 +118,7 @@ def db_connection(self, kwargs_dict):
118
default_driver = DEFAULT_KNOWN_DRIVER_CONNECTORS.get(connection['drivername'], None)
119
if default_driver:
120
connection['drivername'] = default_driver
121
-
+
122
# Check if query is in de connection
123
if 'query' in connection:
124
connection['query'] = ()
0 commit comments