From a3436f9fe835be896660dd6416191e29ac63604e Mon Sep 17 00:00:00 2001 From: rishwanth1995 <rishwanthsenthilkumar@hotmail.com> Date: Thu, 12 Apr 2018 12:57:49 -0400 Subject: [PATCH] appveyor check --- win32/updateBuildLibs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/updateBuildLibs.py b/win32/updateBuildLibs.py index 969222806..8c083b3a4 100644 --- a/win32/updateBuildLibs.py +++ b/win32/updateBuildLibs.py @@ -212,7 +212,7 @@ def buildTSK(wPlatform, target): TSK_HOME = os.getenv("TSK_HOME",False) if not TSK_HOME: - print("Please set the TSK_HOME env variable") + print("Please set the TSK_HOME environment variable") else: os.chdir(os.path.join(os.getenv("TSK_HOME"),"win32")) -- GitLab