diff --git a/gallery_dl/util.py b/gallery_dl/util.py index 8ed3e225..ff3eae94 100644 --- a/gallery_dl/util.py +++ b/gallery_dl/util.py @@ -474,6 +474,7 @@ class PathFormat(): def finalize(self): """Move tempfile to its target location""" if self.delete: + self.delete = False os.unlink(self.temppath) return diff --git a/test/test_results.py b/test/test_results.py index 7dfeabbc..fa32643e 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -22,6 +22,8 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { + "senmanga", + "smugmug", "whatisthisimnotgoodwithcomputers", }