From 995cc4f60f961d47c5b0079f77a678795c7ee43e Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Wed, 6 Sep 2023 21:38:19 -0700 Subject: [PATCH] Fix typo --- compiler/globals.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/globals.py b/compiler/globals.py index ca4f4c44..b0de2c06 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -146,7 +146,7 @@ def check_versions(): if not (major_python_version == major_required and minor_python_version >= minor_required): debug.error("Python {0}.{1} or greater is required.".format(major_required, minor_required), -1) - # Verify any version of git is isntalled before proceeding + # Verify any version of git is installed before proceeding try: subprocess.check_output(["git", "--version"]) except: @@ -482,7 +482,6 @@ def init_paths(): #pprint(s) #print("Test {0} in dir {1}".format(s[2].filename, OPTS.openram_temp)) - # Don't delete the output dir, it may have other files! # make the directory if it doesn't exist try: