This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 5d785ba0 authored by Daniel Crazzolara's avatar Daniel Crazzolara
Browse files

Another try

parent 24946d97
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -92,6 +92,7 @@ public class ExerciseService {
repo.close();
try {
FileUtils.deleteDirectory(new File("tmp-import", exerciseToken));
FileUtils.deleteDirectory(repo.getDirectory().getParentFile());
} catch (IOException e) {
log.error("Could not remove directory: {} \n", e.getMessage());
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment