Auto account removal crash during undo
Reported by Virgil Dupras | September 29th, 2009 @ 11:09 AM | in v1.6.7 (closed)
Application Identifier: com.hardcoded_software.moneyguru
Application Version: 1.6.4
Traceback (most recent call last):
File "/Applications/moneyGuru.app/Contents/Resources/mg_cocoa.plugin/Contents/Resources/mg_cocoa.py", line 220, in undo
File "moneyguru/document/__init__.pyc", line 1248, in undo
File "moneyguru/document/undo.pyc", line 178, in undo
File "moneyguru/document/undo.pyc", line 130, in _do_deletes
File "moneyguru/document/undo.pyc", line 143, in _remove_auto_created_account
File "moneyguru/model/account.pyc", line 255, in remove
ValueError: list.remove(x): x not in list
Comments and changes to this ticket
-
Virgil Dupras October 7th, 2009 @ 03:19 PM
- State changed from new to accepted
This can be reproduced by importing a file that can create income/expense accounts (like a QIF) and undo that import.
-
Virgil Dupras October 7th, 2009 @ 03:41 PM
- Milestone set to v1.6.7
-
Virgil Dupras October 7th, 2009 @ 03:42 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras October 7th, 2009 @ 04:57 PM
- State changed from accepted to fixed
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Tags
Referenced by
- 84 Auto account removal crash during undo (from [146]) [#84 state:fixed] Fixed undo crash when tryi...