request_splitter: rather than an empty group name use 00.
Sorts to the top and is consistent with old behavior.
This commit is contained in:
parent
1bd141a928
commit
404a3efe58
@ -112,6 +112,8 @@ class RequestSplitter(object):
|
||||
element = xpath(request)
|
||||
if element:
|
||||
key.append(element[0])
|
||||
if len(key) == 0:
|
||||
return '00'
|
||||
return '__'.join(key)
|
||||
|
||||
def propose_stagings_load(self, stagings):
|
||||
|
Loading…
x
Reference in New Issue
Block a user