Opened 14 years ago
Closed 14 years ago
#10783 closed Bug Report - General (Fixed)
Indentation Error (dataheap.py)
| Reported by: | 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 by , 14 years ago
| Milestone: | unknown → 0.25.1 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
