No attribute last_progress
Reported by Virgil Dupras | September 3rd, 2010 @ 10:36 AM
Application Identifier: com.hardcoded_software.dupeguru_pe
Application Version: 1.10.0
Traceback (most recent call last):
File "core/app_cocoa_inter.pyc", line 130, in getJobProgress
AttributeError: 'ThreadedJobPerformer' object has no attribute 'last_progress'
Comments and changes to this ticket
-
Virgil Dupras September 5th, 2010 @ 04:20 PM
- Assigned user set to Virgil Dupras
After a quick glance at the code, this would technically only be possible when doing "Add iPhoto Library", which is the only place the the progress controller is shown before a job is created (when a job is created, last_progress is set). But for this to happen, there would need to be no
last_progress
leftover from the results loading when the app launched, which I think always happen. I'll investigate... -
Virgil Dupras September 5th, 2010 @ 04:38 PM
- State changed from new to hold
I don't get it. I can't understand how it's possible to go through the initialization phase (load results) without ending up with
last_progress
set to something. It's strange that I had 2 of these reports one after the other, shortly after I released the Python 3 based versions of DG (when I never received such reports before). I'm still waiting on feedback from users who reported this. Meanwhile, I'll have to put this on hold. -
Virgil Dupras September 24th, 2010 @ 09:58 AM
- State changed from hold to fixed
-
Virgil Dupras October 4th, 2010 @ 08:52 AM
- State changed from fixed to accepted
Oops, I didn't wrap everything...
Application Identifier: com.hardcoded_software.dupeguru_pe Application Version: 1.11.1 Traceback (most recent call last): File "core/app_cocoa_inter.pyc", line 149, in getJobDesc AttributeError: 'ThreadedJobPerformer' object has no attribute 'last_desc'
-
Virgil Dupras October 4th, 2010 @ 09:41 AM
- State changed from accepted to fixed
(from [a3ca4aef6713]) [#106 state:fixed] Wrapped getJobDesc in a try except in case it isn't defined yet. http://bitbucket.org/hsoft/dupeguru/changeset/a3ca4aef6713/
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
- 106 No attribute last_progress (from [a3ca4aef6713]) [#106 state:fixed] Wrapped getJobDe...