travis does not have tree

pull/6/head
deadc0de6 6 years ago
parent d7ea943c5f
commit 2a175d2f7b

@ -47,7 +47,8 @@ def edit_file(path, newcontent):
def unix_tree(path):
if not os.path.exists(path):
return
cmd = ['tree', path]
# cmd = ['tree', path]
cmd = ['ls', '-R', path]
subprocess.call(cmd)

Loading…
Cancel
Save