python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java
changeset 18427 1520ed2e78e3
parent 17225 96973646ad68
     1.1 --- a/python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java	Mon May 17 14:15:32 2010 -0400
     1.2 +++ b/python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java	Sun Jun 25 18:17:37 2017 +0200
     1.3 @@ -154,7 +154,7 @@
     1.4  
     1.5          //System.out.println("Working directory" + path);
     1.6  
     1.7 -        pyexec.setWorkingDirectory(path.toString());
     1.8 +        pyexec.setWorkingDirectory(path.getPath());
     1.9          pyexec.setCommand(platform.getInterpreterCommand());
    1.10          //Set python script
    1.11          //path = FileUtil.toFile(script).getAbsolutePath();