From 5d31e6b7b4e39ef3941b320699fc4f6e307334da Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Fri, 2 Jun 2023 08:55:56 +0200 Subject: [PATCH] modified output directory --- export.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/export.py b/export.py index afab05f..3f4c67a 100644 --- a/export.py +++ b/export.py @@ -55,8 +55,8 @@ if __name__ == "__main__": for item, doc in env_doc.items(): setEnv(doc, timestamp, "_configurations") runProcess("Export", [bin , "-export", "-id"]) - # setEnv(doc, timestamp, outputFolder, "_dashboards") - # runProcess("Export", [bin, "-export", "-id", "dynatrace_dashboard"]) + setEnv(doc, timestamp, outputFolder, "_dashboards") + runProcess("Export", [bin, "-export", "-id", "dynatrace_dashboard"]) print("Finished!") else: