Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
PyNEMO
Commits
512c3bef
Commit
512c3bef
authored
5 years ago
by
thopri
Browse files
Options
Download
Email Patches
Plain Diff
updated error log
parent
aa36359d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pynemo/utils/cmems_errors.py
pynemo/utils/cmems_errors.py
+1
-1
No files found.
pynemo/utils/cmems_errors.py
View file @
512c3bef
...
...
@@ -11,7 +11,7 @@ MOTU_retry = {'004-27': 'Error in NetcdfWriter finish',
'Excp 11'
:
'Execution failed: [Excp 11] "Dataset retrival incomplete.'
}
# errors that are not worth retrying e.g. cmems network is down
MOTU_critical
=
{
'50'
:
'Network Down'
}
MOTU_critical
=
{
'
Errno
50'
:
'Network Down'
}
# FTP specific errors
FTP_retry
=
{
'999'
:
'add ftp retry errors here'
}
FTP_critical
=
{
'999'
:
'add ftp critical errors here'
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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