diff --git a/kcc/comic2panel.py b/kcc/comic2panel.py index e719f33..9dae61e 100644 --- a/kcc/comic2panel.py +++ b/kcc/comic2panel.py @@ -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)