Selaa lähdekoodia

[FIX] return statement

Gogs 7 vuotta sitten
vanhempi
commit
3c5c830703
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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