fixed some integration issues

This commit is contained in:
vabene1111
2021-09-14 20:31:41 +02:00
parent 3b429c5d84
commit 26f9d25bd2
4 changed files with 8 additions and 15 deletions

View File

@ -158,6 +158,7 @@ class Integration:
il.imported_recipes += 1
il.save()
except Exception as e:
traceback.print_exc()
self.handle_exception(e, log=il, message=f'-------------------- \nERROR \n{e}\n--------------------\n')
import_zip.close()
elif '.json' in f['name'] or '.txt' in f['name'] or '.mmf' in f['name']: