From 044a51f420e97dd424e57ba90e9ab089fc29c3b0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 10 Feb 2018 11:12:08 +0100 Subject: manifest: Remove unnecessary assertion preventing absolute paths --- gemato/manifest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gemato/manifest.py b/gemato/manifest.py index d6a7ee7..3886d0d 100644 --- a/gemato/manifest.py +++ b/gemato/manifest.py @@ -63,7 +63,6 @@ class ManifestPathEntry(object): escape_seq_re = re.compile(r'\\(x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})?') def __init__(self, path): - assert path[0] != '/' self.path = path @staticmethod -- cgit v1.2.3