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

pull/8/head
sgoudham 4 years ago
parent 7cc3f5a296
commit 074ff87216

@ -121,6 +121,7 @@ async def line_count():
# Ignoring the venv directory # Ignoring the venv directory
if not name.endswith(".py") or ENV in file_dir: if not name.endswith(".py") or ENV in file_dir:
continue continue
print(name)
file_amount += 1 file_amount += 1
with open(file_dir, "r", encoding="utf-8") as file: with open(file_dir, "r", encoding="utf-8") as file:
for line in file: for line in file:

Loading…
Cancel
Save