From 20a2092ddfe0a2be08822b61423e7f5e56738f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 20 Jun 2022 18:09:42 +0200 Subject: [PATCH] Cleanup: addon, fix mypy warning --- addon/flamenco/bat/shaman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addon/flamenco/bat/shaman.py b/addon/flamenco/bat/shaman.py index 859cd175..47b61155 100644 --- a/addon/flamenco/bat/shaman.py +++ b/addon/flamenco/bat/shaman.py @@ -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