Fix the code-style test

This commit is contained in:
Marijn Deé 2018-11-26 14:42:50 +01:00
parent 7654f1c71c
commit 579522857a

View file

@ -206,7 +206,7 @@ class NetworkClient:
if not self._manager: if not self._manager:
Logger.log("e", "No network manager was created to execute the POST call with.") Logger.log("e", "No network manager was created to execute the POST call with.")
return return None
reply = self._manager.post(request, multi_post_part) reply = self._manager.post(request, multi_post_part)