From a166d53bd31a4dd562a4387f9224bf9125a7dd25 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Thu, 07 Oct 2021 02:28:48 +0000
Subject: [PATCH] Corrected the error variable to err

---
 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
index da7ea1e..224556d
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
 __pycache__/
 *.py[cod]
 *.aax
-
+.vscode
 # C extensions
 *.so
 

--
Gitblit v1.10.0