Import dlg - display a msg when an error occurred importingstuff

This commit is contained in:
HomeWorld
2010-10-13 18:15:25 +03:00
parent 02dd0815ac
commit 7b59303fee
2 changed files with 16 additions and 8 deletions

View File

@@ -279,4 +279,3 @@ class Fit(object):
def saveImportedFits(self, fits):
for fit in fits:
eos.db.save(fit)
#should return -1 in case of errors