artefactual / automation-tools

Tools to aid automation of Archivematica and AtoM.
GNU Affero General Public License v3.0
46 stars 33 forks source link

Problem: Rogue second call to getattr exists in AMClient code following refactor #64

Closed ross-spencer closed 6 years ago

ross-spencer commented 6 years ago

We have a second call to getattr that can be triggered resulting in most cases a second http request being made and the wrong result being sent to the client terminal: https://github.com/artefactual/automation-tools/blob/master/transfers/amclient.py#L128

Introduced here: 699b018046afba3aaac48356adfb2e2a70b2a075