Parcourir la source

[FIX] return statement

Gogs il y a 7 ans
Parent
commit
3c5c830703
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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