Modify ↓
Ticket #9647 (closed Patch - Bug Fix: fixed)
Opened 2 years ago
Last modified 2 years ago
mythproto.py missing bracket - line 833
| Reported by: | Manwe <nettibug@…> | Owned by: | wagnerrp |
|---|---|---|---|
| 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
Change History
Changed 2 years ago by Manwe <nettibug@…>
- Attachment mythproto.patch added
comment:1 Changed 2 years ago by Raymond Wagner
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from unknown to 0.25
Fix typo in python bindings. closes #9647
Changeset: eb6156aea355f7c5d0f180927a4223a2ec618b10
Note: See
TracTickets for help on using
tickets.

same line fix as in description