Page MenuHomeSoftware Heritage

Fix confusing name (destination_queue/destination_task is a task name, not a queue name).
ClosedPublic

Authored by vlorentz on Oct 11 2018, 2:59 PM.

Diff Detail

Repository
rDCIDX Metadata indexer
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

swh/indexer/mimetype.py
59

lol, this now makes my eyes blink more than needed...

self.task_destination = destination_task...

I think we should align those.

This revision is now accepted and ready to land.Oct 11 2018, 3:19 PM
  • s/task_destination/destination_task/
This comment was removed by vlorentz.
This comment was removed by vlorentz.
This revision was automatically updated to reflect the committed changes.
swh/indexer/tests/test_mimetype.py
50

That becomes useless ;)