Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LinkAhead Sample Management
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
LinkAhead Sample Management
Commits
a6d08a74
Commit
a6d08a74
authored
5 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Add missing import
parent
3d58c871
No related branches found
No related tags found
1 merge request
!1
F awi sams
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sample-management-custom/caosdb-server/scripting/bin/register_new_containers.py
+1
-1
1 addition, 1 deletion
...om/caosdb-server/scripting/bin/register_new_containers.py
with
1 addition
and
1 deletion
sample-management-custom/caosdb-server/scripting/bin/register_new_containers.py
+
1
−
1
View file @
a6d08a74
...
@@ -39,7 +39,7 @@ from sample_helpers.container_name import get_container_name_prefix
...
@@ -39,7 +39,7 @@ from sample_helpers.container_name import get_container_name_prefix
from
sample_helpers.container_registration_identifier
import
get_container_identifier
from
sample_helpers.container_registration_identifier
import
get_container_identifier
from
sample_helpers.container_registration_post_processing
import
(
from
sample_helpers.container_registration_post_processing
import
(
post_process_containers
,
post_process_parent_container
)
post_process_containers
,
post_process_parent_container
)
from
sample_helpers.utils
import
CONSTANTS
,
get_entity_name
from
sample_helpers.utils
import
CONSTANTS
,
get_column_header_name
,
get_entity_name
ERROR_PREFIX
=
CONSTANTS
[
"
error_prefix
"
]
ERROR_PREFIX
=
CONSTANTS
[
"
error_prefix
"
]
...
...
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