Skip to content

Commit cc76bc9

Browse files
committed
Fix legacy use of action result
1 parent 5545ea1 commit cc76bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/list_sysdig_captures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Show the list of metrics
3333
#
3434
if ok:
35-
captures = res[1]['dumps']
35+
captures = res['dumps']
3636
else:
3737
print(res)
3838
sys.exit(1)

0 commit comments

Comments
 (0)