Fix compilation after merge (PY-13540)

This commit is contained in:
Elizaveta Shashkova
2016-05-18 18:31:27 +03:00
parent 756e400992
commit 090dd7edad
@@ -160,8 +160,8 @@ public class NumpyArrayTable {
final PyDebugValue value = getDebugValue();
PyDebugValue parent = value.getParent();
final PyDebugValue slicedValue =
new PyDebugValue(slice, value.getType(), null, value.getValue(), value.isContainer(), value.isErrorOnEval(),
parent, value.getFrameAccessor());
new PyDebugValue(slice, value.getType(), null, value.getValue(), value.isContainer(), value.isReturnedVal(),
value.isErrorOnEval(), parent, value.getFrameAccessor());
final String format = getFormat().isEmpty() ? "%" : getFormat();