We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b7e8fc + 5e21891 commit 02e59beCopy full SHA for 02e59be
1 file changed
scheduler/coreos.py
@@ -11,7 +11,7 @@
11
12
13
MATCH = re.compile(
14
- '(?P<app>[a-z0-9-]+)_?(?P<version>v[0-9]+)?\.?(?P<c_type>[a-z]+)?.(?P<c_num>[0-9]+)')
+ '(?P<app>[a-z0-9-]+)_?(?P<version>v[0-9]+)?\.?(?P<c_type>[a-z-_]+)?.(?P<c_num>[0-9]+)')
15
16
17
class UHTTPConnection(httplib.HTTPConnection):
0 commit comments