Changeset 1a31baf for waflib/Task.py


Ignore:
Timestamp:
Mar 12, 2014, 2:02:47 AM (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:
46b00690
Parents:
db21ca4
Message:

waf, waflib: update to 1.7.15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waflib/Task.py

    rdb21ca4 r1a31baf  
    664664                        if prev_sig==self.signature():
    665665                                for x in self.outputs:
     666                                        if not x.is_child_of(bld.bldnode):
     667                                                x.sig=Utils.h_file(x.abspath())
    666668                                        if not x.sig or bld.task_sigs[x.abspath()]!=self.uid():
    667669                                                return RUN_ME
    668670                                return SKIP_ME
     671                except OSError:
     672                        pass
     673                except IOError:
     674                        pass
    669675                except KeyError:
    670676                        pass
Note: See TracChangeset for help on using the changeset viewer.