Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
365ada86
Commit
365ada86
authored
Apr 09, 2020
by
lukas.burgey
Browse files
Fix indentation
parent
496c6eb1
Pipeline
#81773
failed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
feudal/backend/views/rest.py
View file @
365ada86
...
...
@@ -198,6 +198,7 @@ class DeploymentView(generics.RetrieveUpdateAPIView):
service
=
s
else
:
raise
Exception
(
'user has multiple services with identical id'
)
if
service
is
None
:
raise
exceptions
.
ValidationError
(
'You are not permitted to access a service with id "{}"'
.
format
(
dep_id
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment