3351: Set PUT request timeout to 60 seconds.
[arvados.git] / sdk / python / arvados / stream.py
index ca5a9e5e549df0e3d2e888d0f52f76e92653b619..cbd1ba91dbf996bb6d99399606ca6d94ddbb98dc 100644 (file)
@@ -269,7 +269,7 @@ class StreamReader(object):
         manifest_text = [self.name().replace(' ', '\\040')]
         if strip:
             for d in self._data_locators:
-                m = re.match(r'^[0-9a-f]{32}\+(\d+)*', d[LOCATOR])
+                m = re.match(r'^[0-9a-f]{32}\+\d+', d[LOCATOR])
                 manifest_text.append(m.group(0))
         else:
             manifest_text.extend([d[LOCATOR] for d in self._data_locators])