Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
93253a7a
Commit
93253a7a
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
FIX:
https://gitlab.com/linkahead/linkahead-webui/-/issues/238
parent
a28db0bc
No related branches found
No related tags found
1 merge request
!123
Release 0.13.0
Pipeline
#41638
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server_side_scripting/ext_file_download/zip_files.py
+1
-1
1 addition, 1 deletion
src/server_side_scripting/ext_file_download/zip_files.py
with
1 addition
and
1 deletion
src/server_side_scripting/ext_file_download/zip_files.py
+
1
−
1
View file @
93253a7a
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment