~ed.so/duplicity/setup.shebang

Viewing all changes in revision 1128.

  • Committer: Kenneth Loafman
  • Date: 2015-09-10 13:24:15 UTC
  • Revision ID: kenneth@loafman.com-20150910132415-huk7u4ywkz8yslpf
* Fix bug #1494228 CygWin: TypeError: basis_file must be a (true) file
  - The problem that caused the change to tempfile.TemporaryFile was due 
    to the fact that os.tmpfile always creates its file in the system 
    temp directory, not in the directory specified.  The fix applied was 
    to use os.tmpfile in cygwin/windows and tempfile.TemporaryFile in all
    the rest.  This means that cygwin is now broken with respect to temp
    file placement of this one file (deleted automatically on close).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: