Opened 12 years ago

Closed 12 years ago

#10783 closed Bug Report - General (Fixed)

Indentation Error (dataheap.py)

Reported by: fedora@… Owned by: Raymond Wagner
Priority: minor Milestone: 0.25.1
Component: Bindings - Python Version: 0.25-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

My build complains about and indentation error, minor problem I think with recent commit. Patch below fixes the build.

diff --git a/mythtv/bindings/python/MythTV/dataheap.py b/mythtv/bindings/python/MythTV/dataheap.py
index 6cb01df..dd832ba 100644
--- a/mythtv/bindings/python/MythTV/dataheap.py
+++ b/mythtv/bindings/python/MythTV/dataheap.py
@@ -439,7 +439,7 @@ class Recorded( CMPRecord, DBDataWrite ):
             if role=='Writer': role = 'Author'
             metadata.people.append(OrdDict((('name',name), ('job',role))))
 
-        for arttype in ['coverart', 'fanart', 'banner']:
+#        for arttype in ['coverart', 'fanart', 'banner']:
 #            art = getattr(self.artwork, arttype)
 #            if art:
 #                metadata.images.append(OrdDict((('type',arttype), ('filename',art))))

Change History (1)

comment:1 Changed 12 years ago by Raymond Wagner

Milestone: unknown0.25.1
Resolution: Fixed
Status: newclosed
Note: See TracTickets for help on using tickets.