mirror of https://gitlab.com/pamhyr/pamhyr2
pep8
parent
10b278e26f
commit
95d1d231c9
|
|
@ -334,11 +334,11 @@ class InitialConditionTableModel(PamhyrTableModel):
|
|||
formated = False
|
||||
if len(line_split[0]) > 3:
|
||||
formated = True
|
||||
elif len(line_split[2]) > 10:
|
||||
elif len(line_split[2]) > 10:
|
||||
formated = True
|
||||
elif len(line_split[3]) > 11:
|
||||
elif len(line_split[3]) > 11:
|
||||
formated = True
|
||||
elif len(line_split[4]) > 9:
|
||||
elif len(line_split[4]) > 9:
|
||||
formated = True
|
||||
|
||||
if formated: # old PamHyr format
|
||||
|
|
|
|||
Loading…
Reference in New Issue