Skip to content

Commit 7903a72

Browse files
authored
Merge pull request #6 from copartit/dev
dummy update pack.yaml
2 parents 8ab0ee8 + a8ad5e5 commit 7903a72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

actions/executions_cancel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def run(self, ids):
1212
for i in ids:
1313
try:
1414
res = self.client.executions.delete_by_id(instance_id=i)
15-
if 'faultstring' in res and res['faultstring']:
15+
if res.get('faultstring'):
1616
success = False
1717
except Exception as exc:
1818
result[i] = str(exc)

pack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ author: StackStorm, Inc.
1010
email: info@stackstorm.com
1111
contributors:
1212
- Igor Cherkaev <igor.cherkaev@copart.com>
13+

0 commit comments

Comments
 (0)