Commit 94a5edaa authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed break

parent b2cf77b9
......@@ -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()
......
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