Skip to content

Commit 61dc3f5

Browse files
authored
Update Main.py
1 parent c845e89 commit 61dc3f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

File_Manager/Main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@
3232
folder_name.append(f"{i}_files")
3333
# create folder
3434
os.mkdir(f"{i}_files")
35-
print(f"Now creating this folder = {i}")
3635
# set status of folder created to 1
3736
created_folder[i] = 1
3837

3938
# move files to each folder
4039
for each in list_dir:
4140
temp = each.split(".")
42-
print(temp)
4341
# if file is create while program run or
4442
# create not folder to file name skip it
4543
if temp[1] not in ext_file:

0 commit comments

Comments
 (0)