UMPsychMethodsCore / MethodsCore

All of the projects that the methods core develops, combined into one repository!
7 stars 0 forks source link

FirstLevel testing bug #389

Closed mangstad closed 6 years ago

mangstad commented 8 years ago

Apparently in Mode=3 (testing without running anything) there is an attempt to copy sandbox files back to original location, even though no actual copying is done.

Should be a quick fix by adding another if (Mode==3) or similar check during the sandbox operations.