Add XXX in entry.py

parent 53d2485d
...@@ -115,6 +115,7 @@ def dispatch(command, is_node_command): ...@@ -115,6 +115,7 @@ def dispatch(command, is_node_command):
If configuration file is not given: define it arbitrarily, and so on. If configuration file is not given: define it arbitrarily, and so on.
""" """
if is_node_command: if is_node_command:
# XXX-Cedric: should we check if we are root?
if command == 'register': if command == 'register':
call(register) call(register)
elif command == 'software': elif command == 'software':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment