Actions
Bug #4855
closedpipelet.utils.rebuild_db_from_disk
Start date:
07/31/2013
Due date:
% Done:
100%
Estimated time:
Description
1) segments table from curr_dir
s = curr_dir.split("_")[-2].split("/")[-1]
s does not work for segment with name1_name2_JOVWZNQ
2) tasks table from str_input
lst_task.append(path.abspath(path.join(root, d)))
lst_task does not work for segment with sub-directory at the level of /data
Actions