Skip to content

Commit

Permalink
Update evaluatePy.q
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarrell-kx committed Dec 16, 2024
1 parent 3fa20d0 commit 409a1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/evaluatePy.q
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
maxSize:250000;
$[count[text]>maxSize;
sublist[maxSize;text],$["\n" in text;"\n..";".."];
text]
text],"\n"
}(),result`result;
result`result];
$[asString;"";::]];
Expand Down

0 comments on commit 409a1fe

Please sign in to comment.