Skip to content
Snippets Groups Projects

Draft: Release 2.0

Closed Cresson Remi requested to merge develop into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@ try:
INPUT = pyotb.Input(FILEPATH)
except RuntimeError as err:
if str(err.__cause__).startswith("Cannot open image "):
raise Exception("Unable to access the remote image, GitLab could be offline.") from err
raise Exception("Unable to access the remote image, GitLab might be offline.") from err
raise Exception("Unexpected error while fetching test data.") from err
TEST_IMAGE_STATS = {
Loading