mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
change delimiter back to comma
This commit is contained in:
@@ -88,7 +88,7 @@ def download_all_users():
|
|||||||
writer = csv.DictWriter(
|
writer = csv.DictWriter(
|
||||||
output,
|
output,
|
||||||
fieldnames=fieldnames,
|
fieldnames=fieldnames,
|
||||||
delimiter="\t",
|
delimiter=",",
|
||||||
)
|
)
|
||||||
# Write custom header
|
# Write custom header
|
||||||
writer.writerow(dict(zip(fieldnames, header)))
|
writer.writerow(dict(zip(fieldnames, header)))
|
||||||
|
|||||||
Reference in New Issue
Block a user