Skip to content

Duplex routine failed at parsing with space after > #1

@kusha

Description

@kusha

(env) kusha@ubuntu:~/Desktop/dialog$ python3 examples/robot_control/main.py -t
Data storage path: /home/kusha/Desktop/dialog/tmp
Traceback (most recent call last):
File "examples/robot_control/main.py", line 93, in
DLG.load("examples/robot_control/dialog.dlg")
File "/home/kusha/Desktop/dialog/env/lib/python3.4/site-packages/dialog/interpreter.py", line 57, in load
parser = Parser(filename, self.scope, self.returns)
File "/home/kusha/Desktop/dialog/env/lib/python3.4/site-packages/dialog/parser.py", line 30, in init
self._parse()
File "/home/kusha/Desktop/dialog/env/lib/python3.4/site-packages/dialog/parser.py", line 107, in _parse
new = Literal2(line)
File "/home/kusha/Desktop/dialog/env/lib/python3.4/site-packages/dialog/states.py", line 210, in init
super(Literal2, self).init(value)
File "/home/kusha/Desktop/dialog/env/lib/python3.4/site-packages/dialog/states.py", line 185, in init
self.value = ast.literal_eval(value)
File "/usr/lib/python3.4/ast.py", line 46, in literal_eval
node_or_string = parse(node_or_string, mode='eval')
File "/usr/lib/python3.4/ast.py", line 35, in parse
return compile(source, filename, mode, PyCF_ONLY_AST)
File "", line 1
"no way"
^

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions