mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +02:00
Fix various typos in the source code
## Description Fix various typos in the source code. This includes user facing code, documentation, and source comments. This PR has not been tested. Closes #1605
This commit is contained in:
parent
92004286fd
commit
f4dcf6557f
21 changed files with 30 additions and 30 deletions
|
@ -200,7 +200,7 @@ Upload a textured mesh on Sketchfab.
|
|||
modelEndpoint, **{'data': body, 'headers': headers})
|
||||
chunk.logManager.completeProgressBar()
|
||||
except requests.exceptions.RequestException as e:
|
||||
chunk.logger.error(u'An error occured: {}'.format(e))
|
||||
chunk.logger.error(u'An error occurred: {}'.format(e))
|
||||
raise RuntimeError()
|
||||
if r.status_code != requests.codes.created:
|
||||
chunk.logger.error(u'Upload failed with error: {}'.format(r.json()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue