We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e6797 commit cf8f1bbCopy full SHA for cf8f1bb
rest/processing/const.py
@@ -89,6 +89,6 @@ def get_unsupported_mimetype_message(self):
89
}
90
91
supported_mime_types_error_msg = {
92
- ProcessingRequestTypes.BATCH: "Currently supported format are GTIFF, NETCDF and ZARR.",
+ ProcessingRequestTypes.BATCH: "Currently supported formats are GTIFF, NETCDF and ZARR.",
93
ProcessingRequestTypes.SYNC: "Currently supported formats are GTIFF, PNG and JPEG.",
94
0 commit comments