Commit 65b4bfba authored by Xiaowu Zhang's avatar Xiaowu Zhang

use \n for consistency with other options

parent 9d9b3680
......@@ -544,7 +544,7 @@ class Computer(object):
path_list = [self.instance_root, self.software_root]
if self.shared_software_root is not None:
path_list.extend(self.shared_software_root.split(",")]
path_list.extend(self.shared_software_root.split("\n"))
for path in path_list:
if not os.path.exists(path):
......
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