Skip to content
Snippets Groups Projects
Commit de3cc072 authored by Julian Rother's avatar Julian Rother
Browse files

Fixed another regression

parent 963863fc
Branches
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ def sort_now():
knownerrors = query('SELECT sorterrorlog.path FROM sorterrorlog WHERE sorterrorlog.course_id = ?',course['id'])
ignorefiles = []
for path in existingvideos + knownerrors:
ignorefiles.append(os.path.basename(path))
ignorefiles.append(os.path.basename(path['path']))
lectures = query('SELECT * from lectures where course_id = ?',course['id'])
coursepath = mountpoint['mountpoint']+course['handle']
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment