63
63
# target_final is the directory to place the files in
64
64
target_final = os.path.join(target,
65
65
submission.assessed.principal.short_name)
66
67
if os.path.exists(target_final):
67
68
# Remove the existing directory before re-checking out
68
69
ivle.util.safe_rmtree(target_final)