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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user