bugfix
This commit is contained in:
parent
e8f966bdbf
commit
df9b71e647
@ -1132,7 +1132,8 @@ async def main():
|
|||||||
if not l:
|
if not l:
|
||||||
continue
|
continue
|
||||||
parts = l.split()
|
parts = l.split()
|
||||||
path = parts[0], roles=parts[1:]
|
path = parts[0]
|
||||||
|
roles=parts[1:]
|
||||||
ns = {
|
ns = {
|
||||||
'path': path
|
'path': path
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user