mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 03:18:23 +00:00
fixed test
This commit is contained in:
@@ -1965,7 +1965,7 @@ def batch_add_user(request):
|
||||
rows = wb.worksheets[0].rows
|
||||
records = []
|
||||
# remove first row(head field).
|
||||
next(rows)
|
||||
rows.next()
|
||||
for row in rows:
|
||||
records.append([c.value for c in row])
|
||||
|
||||
|
Reference in New Issue
Block a user