Page MenuHomeSoftware Heritage
Paste P318

(An Untitled Masterwork)
ActivePublic

Authored by vlorentz on Oct 16 2018, 2:25 PM.
return self.RevisionMetadataTask().apply_async(
kwargs={
'ids': [res['revision_id'] for res in results],
'policy_update': 'update-dups',
},
link=self.OriginMetadataTask().s(
map_=origin_to_revision,
policy_update='update-dups'),
)

Event Timeline

vlorentz updated the paste's language from autodetect to python.