build-all

This commit is contained in:
2026-02-28 02:48:05 +01:00
parent 40b1d5d967
commit 9d3fd8ef3e

View File

@@ -267,7 +267,6 @@ def prompt_missing_args(args_in, defaults_in, fields, action=None,stacks=None):
try: try:
print(por.all_data['stacks'][defaults_in[f"PORTAINER_ENDPOINT_ID".upper()]]['by_name'].keys()) 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(): for s in por.all_data['stacks'][defaults_in[f"PORTAINER_ENDPOINT_ID".upper()]]['by_name'].keys():
#print(s) #print(s)
commands.remove(s) commands.remove(s)
except KeyError: except KeyError: