Changeset a3f2695


Ignore:
Timestamp:
Nov 2, 2018, 6:33:45 PM (5 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/timestretch, fix/ffmpeg5, master
Children:
00fcc5d
Parents:
94c7ab3
Message:

[tests] [win] add missing import warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/utils.py

    r94c7ab3 ra3f2695  
    3737    except WindowsError as e:
    3838        # removing the temporary directory sometimes fails on windows
     39        import warnings
    3940        errmsg = "failed deleting temporary file {:s} ({:s})"
    4041        warnings.warn(UserWarning(errmsg.format(path, repr(e))))
Note: See TracChangeset for help on using the changeset viewer.