This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 250340
Collapse All | Expand All

(-)python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java (-1 / +1 lines)
Lines 154-160 Link Here
154
154
155
        //System.out.println("Working directory" + path);
155
        //System.out.println("Working directory" + path);
156
156
157
        pyexec.setWorkingDirectory(path.toString());
157
        pyexec.setWorkingDirectory(path.getPath());
158
        pyexec.setCommand(platform.getInterpreterCommand());
158
        pyexec.setCommand(platform.getInterpreterCommand());
159
        //Set python script
159
        //Set python script
160
        //path = FileUtil.toFile(script).getAbsolutePath();
160
        //path = FileUtil.toFile(script).getAbsolutePath();

Return to bug 250340