raisePermissionDenied("The {} isn't modifiable anymore (either shared with someone else, or needed by an attestation)".format(dbtoolchain.model_name()))
raisePermissionDenied(
"The {} isn't modifiable anymore (either shared with someone else, or needed by an attestation)".format(
dbtoolchain.model_name()
)
)
errors=None
# Modification of the short_description
if (short_descriptionisnotNone)and(declarationisNone):
tmp_declaration=dbtoolchain.declaration
tmp_declaration['description']=short_description
tmp_declaration["description"]=short_description
dbtoolchain.declaration=tmp_declaration
# Modification of the description
...
...
@@ -217,9 +249,9 @@ class RetrieveUpdateDestroyToolchainsView(RetrieveUpdateDestroyContributionView)