Skip to content

Commit f8b4106

Browse files
authored
Merge pull request #537 from KxSystems/ee-pykx
Adapt PyKX wrapper changes
2 parents 6b5ce43 + b592f58 commit f8b4106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/localConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export class LocalConnection {
187187
const wrapper = queryWrapper(!!isPython);
188188

189189
if (isPython) {
190-
args.push(!!stringify, command);
190+
args.push(stringify ? "text" : "serialized", command, "first", 10000);
191191
} else {
192192
args.push(context ?? ".", command, stringify ? "text" : "structuredText");
193193
}

0 commit comments

Comments
 (0)