Commit deb774e9 authored by Margrenzo Gunawan's avatar Margrenzo Gunawan 💬

[check_file_done] Count to 50

FIle complete to 50
parent dce88605
......@@ -74,7 +74,7 @@ def check_file_done(**kwargs):
file_count = len(os.listdir(directory_path))
print(F"""file count ::: {file_count}""")
if 51 == file_count:
if 50 == file_count:
print("FILE Complete")
return True
else:
......
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