importer: 'poster' overwritten by 'image'

Bug #913283 reported by Elan Ruusamäe
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Griffith
Fix Committed
Medium
Michael

Bug Description

when details are processed in def run(self, name):, there seems to be logic to support 'poster' and 'image' being alias to same thing, but done buggily so that when importer plugin uses 'poster' it will be always reset if 'image' is missing too

184 if 'poster' in details:
185 poster = details.pop('poster')
186 else:
187 poster = None

188 if 'image' in details:
189 poster = details.pop('image')
190 else:
191 poster = None
192 try:

Revision history for this message
Michael (mikej06) wrote :

Fixed in rev. 1620

Changed in griffith:
assignee: nobody → Michael (mikej06)
importance: Undecided → Medium
milestone: none → 0.13.1
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.