Skip to content

Commit 65306ee

Browse files
committed
Automation Toolkit Release v2024.3.0
1 parent 74b5e24 commit 65306ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd3_automation_toolkit/Storage/FileSystem/export_fss_nonGreenField.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def __get_mount_info(cname, ntk_compartment_ids, compartment_id, reg, availabili
337337
mnt_p_ip = v['ip']
338338
mnt_p_hostname = v['hostname']
339339
nsg_names = v['nsg']
340-
add_column_data(reg, cname, AD_name, mt_display_name, vplussubnet, mnt_p_ip, mnt_p_hostname, "","", "", "", "", "", "","", "", "", "", "", "","", "", "", fsinfo=None, values_for_column_fss=values_for_column_fss, mnt_info1=None, nsg_n=nsg_names)
340+
add_column_data(reg, cname, AD_name, mt_display_name, vplussubnet, mnt_p_ip, mnt_p_hostname, "","", "", "", "", "", "","", "", "", "", "", "","", "", "", fsinfo=file_system_info_1, values_for_column_fss=values_for_column_fss, mnt_info1=None, nsg_n=nsg_names)
341341

342342
except Exception as e:
343343
pass

0 commit comments

Comments
 (0)