Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Management Services
Wellbore
Wellbore Domain Services
Commits
cc258b7d
Commit
cc258b7d
authored
Aug 31, 2021
by
Christophe Lallement
Browse files
Merge branch 'fix_invalid_body_response_for_post_traj_data' into 'master'
fix wrong return value for post traj data See merge request
!227
parents
2f6f3d63
70f6e9ad
Pipeline
#62095
failed with stages
in 17 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/routers/trajectory/trajectory_ddms_v2.py
View file @
cc258b7d
...
...
@@ -252,12 +252,10 @@ async def post_traj_data(
# Update record
storage_client
=
await
get_storage_record_service
(
ctx
)
await
storage_client
.
create_or_update_records
(
return
await
storage_client
.
create_or_update_records
(
data_partition_id
=
ctx
.
partition_id
,
record
=
[
record
]
)
return
record
async
def
_get_trajectory_data
(
trajectoryid
:
str
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment