# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /mnt/common/Development/NetBeans/nbsrc/contrib # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java --- python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java +++ python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java @@ -154,7 +154,7 @@ //System.out.println("Working directory" + path); - pyexec.setWorkingDirectory(path.toString()); + pyexec.setWorkingDirectory(path.getPath()); pyexec.setCommand(platform.getInterpreterCommand()); //Set python script //path = FileUtil.toFile(script).getAbsolutePath();