Skip to content
Snippets Groups Projects
Commit 09f9e2a0 authored by Mads Lundegaard's avatar Mads Lundegaard
Browse files

Small nutty fix

parent 41551961
No related branches found
No related tags found
2 merge requests!165Weekly merge to Master,!158Small nutty fix
Pipeline #80731 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