Jelajahi Sumber

[FIX] return statement

Gogs 7 tahun lalu
induk
melakukan
3c5c830703
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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:
     except NotFound:
         return False
         return False
     except APIError:
     except APIError:
-        return 
+        return False