fixed table.croak error in last commit
This commit is contained in:
parent
befd6aa7ff
commit
d0b75b5a10
|
@ -130,7 +130,7 @@ for name in filenames:
|
|||
errors.append('no deformation gradient tensor (1..9_{}) found.'.format(options.defgrad))
|
||||
|
||||
if errors != []:
|
||||
table.croak.write('\n'.join(errors)+'\n')
|
||||
table.croak('\n'.join(errors)+'\n')
|
||||
table.close(dismiss = True)
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in New Issue