compilation fix

This commit is contained in:
anna
2011-03-23 21:19:00 +01:00
parent 630ae204da
commit 6fd64fd9c6
@@ -63,7 +63,7 @@ public abstract class PythonTestCommandLineStateBase extends PythonCommandLineSt
@Override
public ExecutionResult execute(Executor executor, CommandLinePatcher... patchers) throws ExecutionException {
final ProcessHandler processHandler = startProcess(patchers);
final ConsoleView console = createAndAttachConsole(getConfig().getProject(), processHandler, executor);
final ConsoleView console = createAndAttachConsole(myConfiguration.getProject(), processHandler, executor);
List<AnAction> actions = Lists
.newArrayList(createActions(console, processHandler));