Ver código fonte

[FIX] return statement

Gogs 7 anos atrás
pai
commit
3c5c830703
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      api/utils/docker_api.py

+ 1 - 1
api/utils/docker_api.py

@@ -87,4 +87,4 @@ def stop_container(id=None):
     except NotFound:
         return False
     except APIError:
-        return 
+        return False