[mythtv-commits] Ticket #12035: Fix typo in tmdb3/cache_file.py

MythTV noreply at mythtv.org
Tue Jan 28 20:19:34 UTC 2014


#12035: Fix typo in tmdb3/cache_file.py
-------------------------------------+-----------------------------
 Reporter:  Amar Takhar <verm@…>     |          Owner:  wagnerrp
     Type:  Patch - Bug Fix          |         Status:  accepted
 Priority:  minor                    |      Milestone:  unknown
Component:  Bindings - Python        |        Version:  Master Head
 Severity:  medium                   |     Resolution:
 Keywords:  tmdb3, python, bindings  |  Ticket locked:  0
-------------------------------------+-----------------------------

Comment (by Amar Takhar <verm@…>):

 Replying to [comment:2 wagnerrp]:
 > I'll get this committed when I get home tonight, however note that this
 would not cause the grabber to fail, but merely result in a less accurate
 error to be returned when it does fail.


 Actually, it did cause the grabber to fail because the attribute does not
 exist:

 {{{
   AttributeError: 'module' object has no attribute 'EACCESS'
 }}}

 It passes through because it's `except IOError` above instead of just
 `except`.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/12035#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list