Skip to content
Snippets Groups Projects
Commit 8093daf0 authored by tomrink's avatar tomrink
Browse files

minor...

parent e028828f
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,8 @@ def run_all(directory, out_directory): ...@@ -50,8 +50,8 @@ def run_all(directory, out_directory):
f_cnt = 0 f_cnt = 0
for idx, data_f in enumerate(data_files): for idx, data_f in enumerate(data_files):
if idx % 4 == 0: # if we want to skip some files # if idx % 4 == 0: # if we want to skip some files
# if True: if True:
# w_o_ext, ext = os.path.splitext(data_f) # w_o_ext, ext = os.path.splitext(data_f)
# pname, fname = os.path.split(data_f) # pname, fname = os.path.split(data_f)
# toks = fname.split('.') # toks = fname.split('.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment