From 8bec1ade61fbba6df6e713537e98b8cb3f27d113 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 1 May 2020 15:34:15 -0400 Subject: [PATCH] Remove test line --- opendm/photo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opendm/photo.py b/opendm/photo.py index ecb25a4f..1ff775b3 100644 --- a/opendm/photo.py +++ b/opendm/photo.py @@ -259,7 +259,6 @@ class ODM_Photo: if xmp_start < xmp_end: xmp_str = img_str[xmp_start:xmp_end + 12] - xmp_str = xmp_str.replace("rdf:about=''xmlns", "rdf:about='' xmlns") xdict = x2d.parse(xmp_str) xdict = xdict.get('x:xmpmeta', {}) xdict = xdict.get('rdf:RDF', {})