Commit 4d221a57eb3ec08c88c4ced40f84f08692bfe867

Authored by bmarechal
1 parent 8798dcc5b9
Exists in master

print loaded files

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -63,6 +63,8 @@
63 63 for name in filename:
64 64 list_files.extend(sorted(glob.glob(name)))
65 65  
  66 + for name in list_files:
  67 + print(name)
66 68 data = []
67 69  
68 70 for f in list_files: