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

mythproto.patch (701 bytes) - added by Manwe <nettibug@…> 2 years ago.
same line fix as in description

Change History

Changed 2 years ago by Manwe <nettibug@…>

same line fix as in description

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

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.