We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe58ce3 commit 58b43feCopy full SHA for 58b43fe
catalyst_sdwan_lab/tasks/utils.py
@@ -225,6 +225,7 @@ def get_cml_sdwan_image_definition(
225
else:
226
available_software_versions = [
227
image_id.split("-")[3] for image_id in existing_image_definitions
228
+ if len(image_id.split("-")) > 3
229
]
230
sys.exit(
231
f'Requested SD-WAN {node_definition.split("-")[2].title()} software image version '
@@ -235,6 +236,7 @@ def get_cml_sdwan_image_definition(
235
236
237
238
239
240
241
242
0 commit comments