mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Fix the code-style test
This commit is contained in:
parent
7654f1c71c
commit
579522857a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue