mirror of
https://github.com/ciromattia/kcc
synced 2025-12-16 03:06:33 +00:00
This failure can't be ignored
This commit is contained in:
@@ -262,7 +262,7 @@ def main(argv=None, qtGUI=None):
|
|||||||
if GUI:
|
if GUI:
|
||||||
GUI.emit(QtCore.SIGNAL("progressBarTick"), 1)
|
GUI.emit(QtCore.SIGNAL("progressBarTick"), 1)
|
||||||
if options.inPlace:
|
if options.inPlace:
|
||||||
rmtree(options.sourceDir, True)
|
rmtree(options.sourceDir)
|
||||||
move(options.targetDir, options.sourceDir)
|
move(options.targetDir, options.sourceDir)
|
||||||
else:
|
else:
|
||||||
rmtree(options.targetDir, True)
|
rmtree(options.targetDir, True)
|
||||||
|
|||||||
Reference in New Issue
Block a user