1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

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

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)