mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 02:34:53 +01:00
build
This commit is contained in:
4
port.py
4
port.py
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
from concurrent.futures import ThreadPoolExecutor
|
||||
import json
|
||||
import sys
|
||||
import uuid
|
||||
import shutil
|
||||
import time
|
||||
@@ -435,7 +436,8 @@ class Portainer:
|
||||
self.stack_ids.append(s.get("Id"))
|
||||
return s
|
||||
|
||||
raise ValueError(f"Stack not found: {stack}")
|
||||
print(ValueError(f"Stack not found: {stack}"))
|
||||
sys.exit(1)
|
||||
|
||||
def create_stack(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user