mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-03-14 23:00:01 +01:00
build-all
This commit is contained in:
1
main.py
1
main.py
@@ -267,7 +267,6 @@ def prompt_missing_args(args_in, defaults_in, fields, action=None,stacks=None):
|
||||
try:
|
||||
print(por.all_data['stacks'][defaults_in[f"PORTAINER_ENDPOINT_ID".upper()]]['by_name'].keys())
|
||||
for s in por.all_data['stacks'][defaults_in[f"PORTAINER_ENDPOINT_ID".upper()]]['by_name'].keys():
|
||||
|
||||
#print(s)
|
||||
commands.remove(s)
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user