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 0945212 commit dbb58d2Copy full SHA for dbb58d2
examples/get_secure_user_falco_rules.py
@@ -32,7 +32,7 @@
32
# Return the result
33
#
34
if ok:
35
- sys.stdout.write(res[1]["userRulesFile"]["content"])
+ sys.stdout.write(res["userRulesFile"]["content"])
36
else:
37
print(res)
38
sys.exit(1)
0 commit comments