Commit 3fd82c57 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

Merge branch 'master' into rocko

parents 79112f8d 94a5edaa
...@@ -209,13 +209,11 @@ def proc_tree(root_path, start_time, output_project_file, DEBUG): # string, floa ...@@ -209,13 +209,11 @@ def proc_tree(root_path, start_time, output_project_file, DEBUG): # string, floa
exclude=False exclude=False
for exStr in exclude_start: for exStr in exclude_start:
if p.startswith(exStr): if p.startswith(exStr):
exclude=True
break break
if exclude: else:
break
#exclude_start
lst_a.append([p,at,l]) lst_a.append([p,at,l])
include_lst.append(p) include_lst.append(p)
if touch_files: if touch_files:
print (len(lstFiles), "last time = ", time.time()) print (len(lstFiles), "last time = ", time.time())
return time.time() return time.time()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment