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 | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 087029a..224556d --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] - +*.aax +.vscode # C extensions *.so @@ -42,3 +43,6 @@ # Sphinx documentation docs/_build/ + +.idea +.idea/* -- Gitblit v1.10.0