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 05f5509 commit 232673eCopy full SHA for 232673e
examples/download_dashboards.py
@@ -79,7 +79,7 @@ def cleanup_dir(path):
79
f = open(file_path, 'w')
80
f.write(json.dumps(db))
81
print "Name: %s, # Charts: %d" % (db['name'], len(db['items']))
82
-
+ f.close()
83
84
zipf = zipfile.ZipFile(dashboard_state_file, 'w', zipfile.ZIP_DEFLATED)
85
zipdir(sysdig_dashboard_dir, zipf)
0 commit comments