Sometimes self.seconds is not initialized
Bug #648066 reported by
Jan Girlich
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Pomodoro Timer |
In Progress
|
Undecided
|
Jan Girlich |
Bug Description
After starting the program it sometimes refuses to work and displays these error messages on the terminal:
Traceback (most recent call last):
File "./pomodorotimer", line 206, in start
self.
File "./pomodorotimer", line 209, in countdown
if self.seconds>= 0:
AttributeError: PomodorotimerWindow instance has no attribute 'seconds'
I was not able to determine the source of this error or how to produce it reliably, yet, but I'm certain I can figure this out. Fix is going to be committed to my branch.
Related branches
lp://staging/~vollkorn/pomodoro-timer/adjustabletimes
Approved
for merging
into
lp://staging/pomodoro-timer
- Chris Sims: Approve
-
Diff: 97 lines (+55/-9)1 file modifiedbin/pomodorotimer (+55/-9)
Changed in pomodoro-timer: | |
status: | New → In Progress |
assignee: | nobody → Jan Girlich (vollkorn) |
To post a comment you must log in.