Skip to content

Commit 546866b

Browse files
committed
Automation Toolkit Release v2024.3.0
1 parent 45c24d5 commit 546866b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd3_automation_toolkit/Identity/Users/export_users_nonGreenField.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def export_users(inputfile, outdir, service_dir, config, signer, ct):
169169
values_for_column_users[col_header].append("")
170170

171171
commonTools.write_to_cd3(values_for_column_users, cd3file, sheetName_users)
172-
print("{0} Users exported into CD3.\n".format(len(values_for_column_groups["Region"])))
172+
print("{0} Users exported into CD3.\n".format(len(values_for_column_users["Region"])))
173173

174174
with open(script_file, 'a') as importCommands[ct.home_region]:
175175
importCommands[ct.home_region].write('\n\nterraform plan\n')

0 commit comments

Comments
 (0)