From d6922c55b60322158c0db620d8b27c7e14d0a014 Mon Sep 17 00:00:00 2001 From: Jack Phillips Date: Fri, 13 Dec 2024 10:29:40 -0500 Subject: [PATCH] remove python-cache from install --- .../WixSetup/Datadog Agent/AgentInstaller.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/windows/DatadogAgentInstaller/WixSetup/Datadog Agent/AgentInstaller.cs b/tools/windows/DatadogAgentInstaller/WixSetup/Datadog Agent/AgentInstaller.cs index 46ab4dc2d0b88..f7aaaf44ca494 100644 --- a/tools/windows/DatadogAgentInstaller/WixSetup/Datadog Agent/AgentInstaller.cs +++ b/tools/windows/DatadogAgentInstaller/WixSetup/Datadog Agent/AgentInstaller.cs @@ -552,7 +552,6 @@ private Dir CreateAppDataFolder() var appData = new Dir(new Id("APPLICATIONDATADIRECTORY"), "Datadog", new DirFiles($@"{EtcSource}\*.yaml.example"), new Dir("checks.d"), - new Dir("python-cache"), new Dir("run"), new Dir("logs"), new Dir(new Id("EXAMPLECONFSLOCATION"), "conf.d",