This commit is contained in:
bpatel
2021-03-18 16:05:27 -07:00
parent 78903f3fe9
commit 2afdf445ce
+1 -3
View File
@@ -660,8 +660,6 @@ def main(REPO_PATH, OUTPUT_PATH, VERBOSE):
print("{0} workbench panels have been successfully written to {1}, {2} and {3}".format(len(workbench_panels_objects), OUTPUT_PATH + "/default/es_investigations.conf", OUTPUT_PATH + "/default/workflow_actions.conf", OUTPUT_PATH + "/default/data/ui/panels/*"))
print("security content generation completed..")
return True
if __name__ == "__main__":
@@ -678,4 +676,4 @@ if __name__ == "__main__":
OUTPUT_PATH = args.output
VERBOSE = args.verbose
main(REPO_PATH, OUTPUT_PATH, VERBOSE)
main(REPO_PATH, OUTPUT_PATH, VERBOSE)