Moved python script to correct directory
This commit is contained in:
parent
1df1d58ed7
commit
c7a2e12c65
|
@ -43,7 +43,7 @@ public class PythonInterpreterPreInvocationAdvice implements PreInvocationAuthor
|
||||||
throw new IllegalStateException("Python script did not set the permit flag");
|
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) {
|
private Map<String,Object> createArgumentMap(MethodInvocation mi) {
|
||||||
|
|
Loading…
Reference in New Issue