This failure can't be ignored

This commit is contained in:
Paweł Jastrzębski
2013-10-09 11:19:17 +02:00
parent 85ad95c0d0
commit 98c6a569bf
+1 -1
View File
@@ -262,7 +262,7 @@ def main(argv=None, qtGUI=None):
if GUI:
GUI.emit(QtCore.SIGNAL("progressBarTick"), 1)
if options.inPlace:
rmtree(options.sourceDir, True)
rmtree(options.sourceDir)
move(options.targetDir, options.sourceDir)
else:
rmtree(options.targetDir, True)