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

Merge branch 'master' into rocko

parents 79112f8d 94a5edaa
Loading
Loading
Loading
Loading
+52 −54
Original line number Diff line number Diff line
@@ -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()