[mythtv-commits] Ticket #7081: Misnamed Variable in Python Bindings

MythTV mythtv at cvs.mythtv.org
Thu Sep 17 12:35:53 UTC 2009


#7081: Misnamed Variable in Python Bindings
----------------------------------+-----------------------------------------
 Reporter:  doug at fawnanddoug.com  |        Owner:  awithers
     Type:  patch                 |       Status:  new     
 Priority:  minor                 |    Milestone:  unknown 
Component:  Bindings - Python     |      Version:  head    
 Severity:  medium                |   Resolution:          
  Mlocked:  0                     |  
----------------------------------+-----------------------------------------

Comment(by doug at fawnanddoug.com):

 In case it wasn't clear, the reason for this patch is that without it you
 get this error:


 {{{
 >>> m = MythTV()
 >>> m.getRecorderList()
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "MythTV.py", line 176, in getRecorderList
     c.execute('SELECT cardid FROM capturecard')
 NameError: global name 'c' is not defined
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7081#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list