1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-11 05:17:55 +03:00

Merge remote-tracking branch 'origin/v2.2'

This commit is contained in:
Adolfo Gómez García 2018-02-07 16:43:35 +01:00
commit a9844fc8b4

View File

@ -112,6 +112,6 @@ class ListReportsUsersCSV(ListReportUsers):
for v in users:
writer.writerow([v.name, v.real_name, v.last_access])
writer.writerow(['ñoño', 'ádios', 'hola'])
# writer.writerow(['ñoño', 'ádios', 'hola'])
return output.getvalue()