Trying print statements to find out what files it's getting

pull/8/head
sgoudham 4 years ago
parent 074ff87216
commit 261179d5ea

@ -116,6 +116,7 @@ async def line_count():
for path, _, files in os.walk("."): for path, _, files in os.walk("."):
if ".local" in path: if ".local" in path:
continue continue
print(files)
for name in files: for name in files:
file_dir = str(pathlib.PurePath(path, name)) file_dir = str(pathlib.PurePath(path, name))
# Ignoring the venv directory # Ignoring the venv directory

Loading…
Cancel
Save