Python Scripts: Difference between revisions

Line 690:
# Verify: prevent Overwrite functions
# Verify: jpg = jpeg ignore
#
# Unsupported PNG -> JPG
# WEBP Convertor to PNG
# Space in Path
# Verbose Output to file
# File in Dest address
# Append _(1) if existing file
# write modified files to list
# Duplicate remover
# : replace _
Line 716 ⟶ 721:
file = root+"/"+name
tar.add(file)
 
wr = open("file_list.txt", "a")
wr.write(name)
wr.write("\n")
wr.close()
 
wr.close()
tar.close()
print("Done Backing up files")