* src/gramps.py: text error, issue #1342

2007-11-06 Benny Malengier <benny.malengier@gramps-project.org>


svn: r9310
This commit is contained in:
Benny Malengier 2007-11-06 14:36:24 +00:00
parent 96b9841e69
commit f6d4bf1b60
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-11-06 Benny Malengier <benny.malengier@gramps-project.org>
* src/gramps.py: text error, issue #1342
2007-11-06 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/all_relations.py: refractor, use class
* src/Relationship.py: further improvements

View File

@ -207,7 +207,7 @@ def run():
except AttributeError:
fn = ""
log.error("Gramps terminated because of OS Error\n" +
"Error detais: %s %s" % (repr(e), fn), exc_info=True)
"Error details: %s %s" % (repr(e), fn), exc_info=True)
except:
quit_now = True
exit_code = 1