Opened 19 years ago
Closed 19 years ago
#2151 closed defect (fixed)
mythburn.py has two routines named createVideoChapters
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mytharchive | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Maybe python is supposed to be able to pick the right routine based on the number of parameters but on the version of python on my system (2.4.1-2, FC4) it doesn't work.
It seems to accept the second version of the two defined createVideoChapters() and any attempt to call the four parameter version results in an error.
In any case, this patch just changes the two parameter version to createVideoChaptersFixedLength and updates the few places that called it.
Attachments (1)
Change History (2)
by , 19 years ago
Attachment: | mythburn-createVideoChapters-collide.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [10749]) Close #2151 by applying the patch. Python doesn't like overloaded function names.