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