Skip to content
Snippets Groups Projects
Commit 494182fd authored by Idriss Neumann's avatar Idriss Neumann
Browse files

Release: ce-3.16.17-d3c10b1c

parent 0d581f3d
No related branches found
No related tags found
No related merge requests found
Pipeline #35829 passed
3.16.16
3.16.17
......@@ -99,8 +99,8 @@ def upload_bucket(path_file, target_name, url, bucket_name):
return {
'status': 'ko',
'error': 'File not exists',
'i18n_code': 'file_not_exists',
'http_code': 500,
'i18n_code': 'file_not_found',
'http_code': 404,
'cid': get_current_cid()
}
......
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