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/BuildCommand.java (-1 / +1 lines)
Lines 137-143 Link Here
137
137
138
        //System.out.println("Working directory" + path);
138
        //System.out.println("Working directory" + path);
139
139
140
        pyexec.setWorkingDirectory(path.toString());
140
        pyexec.setWorkingDirectory(path.getPath());
141
        pyexec.setCommand(platform.getInterpreterCommand());
141
        pyexec.setCommand(platform.getInterpreterCommand());
142
142
143
        //Set python script
143
        //Set python script

Return to bug 250340