From 95ce592bb5b2d4a021ba2fa93b82cf16279b2bc7 Mon Sep 17 00:00:00 2001 From: owengaspard Date: Sat, 18 Jun 2022 21:14:44 -0500 Subject: [PATCH] Remove comment Unnecessary comment, code is self-explanatory. --- utils/checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/checker.py b/utils/checker.py index 5fcd426..7cd3d45 100644 --- a/utils/checker.py +++ b/utils/checker.py @@ -16,7 +16,7 @@ def checkforEnv(): def envUpdate(): - if path.exists(".env.template"): # if .env.template exists + if path.exists(".env.template"): if platform == "win32" or platform == "cygwin": runPS("utils/scripts/envValidator.ps1") with open(".\\video_creation\\data\\envvars.txt", "rb") as f: