Skip to content
Snippets Groups Projects
Commit 429ccbd7 authored by Jan Schnathmeier's avatar Jan Schnathmeier
Browse files

Change renamer script so it does not delete the .csv and .txt output files

#41
parent 7f325559
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
from glob import glob
import os
files_list = glob("*")
files_list = glob("*.png")
for file in files_list:
numbers = [file]
for s in file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment