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 498f1f1 commit 91aec73Copy full SHA for 91aec73
python/understack-workflows/understack_workflows/main/netapp_configure_net.py
@@ -410,8 +410,9 @@ def format_and_display_output(
410
# Log detailed interface information at debug level
411
for i, vm in enumerate(structured_data):
412
logger.debug(
413
- "SVM/Virtual machine %d has {len(vm.interfaces)} interface(s):",
+ "SVM/Virtual machine %d has %d interface(s):",
414
i + 1,
415
+ len(vm.interfaces),
416
)
417
for interface in vm.interfaces:
418
0 commit comments