Skip to content
Snippets Groups Projects
Commit c690437f authored by Lars Brodin Østby's avatar Lars Brodin Østby
Browse files

Merge branch 'fix/geolocation' into 'dev'

Small nutty fix

See merge request !158
parents 41551961 09f9e2a0
No related branches found
No related tags found
2 merge requests!165Weekly merge to Master,!158Small nutty fix
Pipeline #80735 passed
......@@ -58,7 +58,7 @@ public class MetaDataExtractor {
geoLocation.setLatitude(latitude);
geoLocation.setLongitude(longitude);
}
catch (NullPointerException | ImageProcessingException | IOException e) {
catch (NullPointerException | ImageProcessingException | ArrayIndexOutOfBoundsException | IOException e) {
logger.error("[x] Could not find geolocation on file" ,e);
}
return geoLocation;
......
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