Skip to content
Snippets Groups Projects
Commit 93253a7a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files
parent a28db0bc
No related branches found
No related tags found
1 merge request!123Release 0.13.0
Pipeline #41638 passed
......@@ -71,7 +71,7 @@ def collect_files_in_zip(ids, table):
# download and add all files
for file_id in ids:
try:
tmp = db.execute_query("FIND {a:} WITH ID={a:}".format(
tmp = db.execute_query("FIND FILE WITH ID={a:}".format(
a=file_id),
unique=True)
except EntityDoesNotExistError as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment