From f36aba5ac0b5d6b19e9ec9b47c09e66c86c97220 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 19 Jun 2016 10:49:28 +0200 Subject: [PATCH] Accept: fix escaping when creating linked package --- osclib/accept_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osclib/accept_command.py b/osclib/accept_command.py index 67dde64f..b9490705 100644 --- a/osclib/accept_command.py +++ b/osclib/accept_command.py @@ -148,7 +148,7 @@ class AcceptCommand(object): r'\1{}'.format(package), origmeta) newmeta = re.sub(r'', - r''.format(pkgname), + r''.format(pkgname), newmeta) newmeta = re.sub(r'.*', r'',