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 04996e8 commit e6026bbCopy full SHA for e6026bb
actions/lib/base_action.py
@@ -21,6 +21,7 @@
21
'firebird': 'firebird+fdb'
22
}
23
24
+
25
class BaseAction(Action):
26
def __init__(self, config):
27
"""Creates a new BaseAction given a StackStorm config object (kwargs works too)
0 commit comments