This commit is contained in:
Eren Dogan 2023-09-06 21:38:19 -07:00
parent 099869d4c9
commit 995cc4f60f
1 changed files with 1 additions and 2 deletions

View File

@ -146,7 +146,7 @@ def check_versions():
if not (major_python_version == major_required and minor_python_version >= minor_required): 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) 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: try:
subprocess.check_output(["git", "--version"]) subprocess.check_output(["git", "--version"])
except: except:
@ -482,7 +482,6 @@ def init_paths():
#pprint(s) #pprint(s)
#print("Test {0} in dir {1}".format(s[2].filename, OPTS.openram_temp)) #print("Test {0} in dir {1}".format(s[2].filename, OPTS.openram_temp))
# Don't delete the output dir, it may have other files! # Don't delete the output dir, it may have other files!
# make the directory if it doesn't exist # make the directory if it doesn't exist
try: try: