Moved python script to correct directory

This commit is contained in:
Luke Taylor 2009-05-11 06:03:59 +00:00
parent 1df1d58ed7
commit c7a2e12c65
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class PythonInterpreterPreInvocationAdvice implements PreInvocationAuthor
throw new IllegalStateException("Python script did not set the permit flag");
}
return Py.tojava(allowed, Boolean.class);
return (Boolean)Py.tojava(allowed, Boolean.class);
}
private Map<String,Object> createArgumentMap(MethodInvocation mi) {