Remove line ending whitespace

This commit is contained in:
Eren Dogan
2022-07-22 19:52:38 +03:00
parent 2a778dca82
commit e3fe8c3229
80 changed files with 431 additions and 479 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ def parse_spice_list(filename, key):
except IOError:
debug.error("Unable to open spice output file: {0}".format(full_filename),1)
debug.archive()
contents = f.read().lower()
f.close()
# val = re.search(r"{0}\s*=\s*(-?\d+.?\d*\S*)\s+.*".format(key), contents)