Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vospace-transfer-service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
VOSpace INAF
vospace-transfer-service
Commits
2d76247d
Commit
2d76247d
authored
Mar 1, 2021
by
Cristiano Urban
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo + cleanup.
Signed-off-by:
Cristiano Urban
<
cristiano.urban.slack@gmail.com
>
parent
00677422
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
transfer_service/db_connector.py
+0
-2
0 additions, 2 deletions
transfer_service/db_connector.py
transfer_service/storage_amqp_server.py
+23
-23
23 additions, 23 deletions
transfer_service/storage_amqp_server.py
with
23 additions
and
25 deletions
transfer_service/db_connector.py
+
0
−
2
View file @
2d76247d
...
@@ -449,5 +449,3 @@ class DbConnector(object):
...
@@ -449,5 +449,3 @@ class DbConnector(object):
(
storageId
,))
(
storageId
,))
self
.
conn
.
commit
()
self
.
conn
.
commit
()
return
True
return
True
This diff is collapsed.
Click to expand it.
transfer_service/storage_amqp_server.py
+
23
−
23
View file @
2d76247d
...
@@ -77,7 +77,7 @@ class StorageAMQPServer(AMQPServer):
...
@@ -77,7 +77,7 @@ class StorageAMQPServer(AMQPServer):
else
:
else
:
response
=
{
"
responseType
"
:
"
ERROR
"
,
response
=
{
"
responseType
"
:
"
ERROR
"
,
"
errorCode
"
:
4
,
"
errorCode
"
:
4
,
"
errorMsg
"
:
"
This storage location contains some VOSpace nodes. Please, move th
em
to anoter location.
"
}
"
errorMsg
"
:
"
This storage location contains some VOSpace nodes. Please, move th
ose nodes
to anot
h
er location.
"
}
else
:
else
:
response
=
{
"
responseType
"
:
"
ERROR
"
,
response
=
{
"
responseType
"
:
"
ERROR
"
,
"
errorCode
"
:
5
,
"
errorCode
"
:
5
,
...
...
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
sign in
to comment