Cleanup: addon, fix mypy warning

This commit is contained in:
Sybren A. Stüvel 2022-06-20 18:09:42 +02:00
parent a0e8eebcb3
commit 20a2092ddf

View File

@ -155,6 +155,7 @@ class Transferrer(bat_transfer.FileTransferer): # type: ignore
self.log.info("All files uploaded succesfully")
checkout_result = self._request_checkout(shaman_file_specs)
assert checkout_result is not None
# Update our checkout path to match the one received from the Manager.
self.checkout_path = checkout_result.checkout_path