diff --git a/load_path.py b/load_path.py index fcce367..1ec9e55 100644 --- a/load_path.py +++ b/load_path.py @@ -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 }