* src/gramps.py: text error, issue #1342
2007-11-06 Benny Malengier <benny.malengier@gramps-project.org> svn: r9310
This commit is contained in:
parent
96b9841e69
commit
f6d4bf1b60
@ -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>
|
2007-11-06 Benny Malengier <benny.malengier@gramps-project.org>
|
||||||
* src/plugins/all_relations.py: refractor, use class
|
* src/plugins/all_relations.py: refractor, use class
|
||||||
* src/Relationship.py: further improvements
|
* src/Relationship.py: further improvements
|
||||||
|
@ -207,7 +207,7 @@ def run():
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
fn = ""
|
fn = ""
|
||||||
log.error("Gramps terminated because of OS Error\n" +
|
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:
|
except:
|
||||||
quit_now = True
|
quit_now = True
|
||||||
exit_code = 1
|
exit_code = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user