We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e3edf commit b3e7774Copy full SHA for b3e7774
iptc/ip4tc.py
@@ -235,7 +235,7 @@ class iptc(object):
235
class IPTCModule(object):
236
"""Superclass for Match and Target."""
237
pattern = re.compile(
238
- '\s*(!)?\s*--([-\w]+)\s+(!)?\s*"?([^"]*?)"?(?=\s*(?:!?\s*--|$))')
+ '\s*(!)?\s*--([-\w]+)\s+(!)?\s*("?[^"]*?"?)(?=\s*(?:!?\s*--|$))')
239
240
def __init__(self):
241
self._name = None
0 commit comments