Skip to content

Commit

Permalink
Be more verbose about used paths
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed Sep 4, 2019
1 parent 182e1b3 commit 3319fed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phylosofs/phylosofs.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ def doit(
onlyhuman)
root_dirs.append(os.path.abspath(root))
# determine the number of templates that will be retained
print("root_dirs: {}\n".format(root_dirs))
selTemp = ""
for i in range(nbTemp):
selTemp += str(i + 1)
Expand All @@ -480,6 +481,7 @@ def doit(
os.path.abspath(x[0]) for x in os.walk(rootdir)
if not '__pycache__' in x[0]
])
print("dirs: {}\n".format(dirs))
# NOTE: dirs is at leat ['.'] and it has subfolders,
# e.g. ['.', './folder', './folder/subfolder']

Expand Down

0 comments on commit 3319fed

Please sign in to comment.