This commit is contained in:
Eisuke Kawashima
2020-03-14 12:38:28 +09:00
parent fa7085be07
commit 649a8cc01a
401 changed files with 617 additions and 617 deletions

View File

@ -1037,7 +1037,7 @@ def get_thermo_data(output):
items = line.split()
# Convert thermo output and store it.
# It must have the same number of columns and
# all of them must be convertable to floats.
# all of them must be convertible to floats.
# Otherwise we ignore the line
if len(items) == len(columns):
try: