Ignore:
Timestamp:
Nov 13, 2013, 1:00:56 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
d3066e2
Parents:
54e74f0
Message:

waf, waflib: update to 1.7.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waflib/Tools/waf_unit_test.py

    r54e74f0 rc101fe1  
    3737                                for tg in g:
    3838                                        if getattr(tg,'link_task',None):
    39                                                 lst.append(tg.link_task.outputs[0].parent.abspath())
     39                                                s=tg.link_task.outputs[0].parent.abspath()
     40                                                if s not in lst:
     41                                                        lst.append(s)
    4042                        def add_path(dct,path,var):
    4143                                dct[var]=os.pathsep.join(Utils.to_list(path)+[os.environ.get(var,'')])
Note: See TracChangeset for help on using the changeset viewer.