Opened 10 years ago
Closed 10 years ago
#9647 closed Patch - Bug Fix (fixed)
mythproto.py missing bracket - line 833
Reported by: | Owned by: | Raymond Wagner | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | Bindings - Python | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Line 833 in mythproto.py is missing a bracket which broke configure check for netvision plugin
- ('lastmodified', prog['LastModified')): + ('lastmodified', prog['LastModified'])):
- Manwe
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | mythproto.patch added |
---|
comment:1 Changed 10 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fix typo in python bindings. closes #9647
Changeset: eb6156aea355f7c5d0f180927a4223a2ec618b10
Note: See
TracTickets for help on using
tickets.
same line fix as in description