Skip to content

Commit 0ef0f54

Browse files
committed
Fix legacy use of action result
1 parent c87f47a commit 0ef0f54

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)