Skip to content
Snippets Groups Projects
Commit 18a9ab02 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent a6a36351
No related branches found
No related tags found
1 merge request!7Treat dependencies among identifiables
Pipeline #9684 passed
......@@ -608,7 +608,7 @@ carefully and if the changes are ok, click on the following link:
# "Inserting {} Records...".format(
# len(missing_identifiables)))
try:
guard.safe_insert([missing], unique=False,
guard.safe_insert(missing, unique=False,
flags={"force-missing-obligatory": "ignore"})
except Exception as e:
DataModelProblems.evaluate_exception(e)
......
......@@ -78,7 +78,7 @@ class ExperimentCFood(AbstractFileCFood, WithREADME):
self.experiment, self.project = (
ExperimentCFood.create_identifiable_experiment(self.match))
self.identifiables.extend([self.experiment, self.project])
self.identifiables.extend([self.project, self.experiment])
self.people = parse_responsibles(self.header)
self.identifiables.extend(self.people)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment