mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-23 08:32:39 +00:00
Now skipping postponed folders that cannot be deleted.
This commit is contained in:
parent
5a99c43efb
commit
35d03db4c5
@ -84,8 +84,7 @@ public class TmpDirManager {
|
||||
Path todoPath = new File(todoPathAbs).toPath();
|
||||
boolean success = deleteTmpDir(todoPath);
|
||||
if(!success) {
|
||||
failedDirs.add(todoPath);
|
||||
//System.out.println("Cannot delete postponed temporary folder - postponing again " + todoPathAbs);
|
||||
System.err.println("Cannot delete postponed temporary folder - skipping " + todoPathAbs);
|
||||
} else {
|
||||
//System.out.println("Successfully deleted postponed temporary folder " + todoPathAbs);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user