Skip to content

Commit

Permalink
Merge pull request #501 from KxSystems/ee-fixes
Browse files Browse the repository at this point in the history
Remove a check from wrapper
  • Loading branch information
ecmel authored Jan 22, 2025
2 parents 6fdc52e + 1c91393 commit 27889da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions resources/evaluate.q
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@
if[type[result[`result]] = 99h;
attrs: key[[result[`result]]];
if[type[attrs] = 11h;
if[`i_.type in attrs;
if[result[`result][`i_.type] = `.gg.ty;
if[`output in attrs;
output: result[`result][`output];
if[type[output] = 99h;
Expand All @@ -212,7 +210,7 @@
if[0x89504E470D0A1A0A ~ bytes til 8;
result[`base64]: 1b;
result[`result]: .Q.btoa bytes;
:result]]]]]]]]]];
:result]]]]]]]];
/ggplot - end
if [returnFormat ~ "text";
result[`result]: toString result `result];
Expand Down
4 changes: 1 addition & 3 deletions resources/evaluatePy.q
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@
if[type[result[`result]] = 99h;
attrs: key[[result[`result]]];
if[type[attrs] = 11h;
if[`i_.type in attrs;
if[result[`result][`i_.type] = `.gg.ty;
if[`output in attrs;
output: result[`result][`output];
if[type[output] = 99h;
Expand All @@ -114,7 +112,7 @@
if[0x89504E470D0A1A0A ~ bytes til 8;
result[`base64]: 1b;
result[`result]: .Q.btoa bytes;
:result]]]]]]]]]];
:result]]]]]]]];
/ggplot - end
$[result`errored;
::;
Expand Down

0 comments on commit 27889da

Please sign in to comment.