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