diff --git a/app/src/processing/app/debug/TargetPlatform.java b/app/src/processing/app/debug/TargetPlatform.java index 3dfb29f6e..2666347fa 100644 --- a/app/src/processing/app/debug/TargetPlatform.java +++ b/app/src/processing/app/debug/TargetPlatform.java @@ -71,7 +71,7 @@ public class TargetPlatform { if (!boardsFile.exists() || !boardsFile.canRead()) throw new TargetPlatformException( format(_("Could not find boards.txt in {0}. Is it pre-1.5?"), - boardsFile.getAbsolutePath())); + folder.getAbsolutePath())); // Load boards try {