Loading scripts/used_files.py +52 −54 Original line number Diff line number Diff line Loading @@ -209,13 +209,11 @@ def proc_tree(root_path, start_time, output_project_file, DEBUG): # string, floa exclude=False for exStr in exclude_start: if p.startswith(exStr): exclude=True break if exclude: break #exclude_start else: lst_a.append([p,at,l]) include_lst.append(p) if touch_files: print (len(lstFiles), "last time = ", time.time()) return time.time() Loading Loading
scripts/used_files.py +52 −54 Original line number Diff line number Diff line Loading @@ -209,13 +209,11 @@ def proc_tree(root_path, start_time, output_project_file, DEBUG): # string, floa exclude=False for exStr in exclude_start: if p.startswith(exStr): exclude=True break if exclude: break #exclude_start else: lst_a.append([p,at,l]) include_lst.append(p) if touch_files: print (len(lstFiles), "last time = ", time.time()) return time.time() Loading