Also no covers the odd ball line of no regex match
This commit is contained in:
parent
b9e33ab9f5
commit
f461a9fafc
@ -55,7 +55,7 @@ class RasterisedDocumentParser(DocumentParser):
|
||||
value = str(value)
|
||||
try:
|
||||
m = namespace_pattern.match(key)
|
||||
if m is None:
|
||||
if m is None: # pragma: no cover
|
||||
continue
|
||||
namespace = m.group(1)
|
||||
key_value = m.group(2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user