mirror of
https://github.com/WolframResearch/WolframLanguageForJupyter.git
synced 2025-04-15 19:26:04 +00:00
Fix typo in variable name
This commit is contained in:
parent
551351a707
commit
17171b757a
@ -324,7 +324,7 @@ If[
|
||||
imageInBase64 = BaseEncode[imageData];
|
||||
,
|
||||
(* if the rasterization did fail, use a hard-coded base64 rasterization of $Failed *)
|
||||
imageInBase64 = failedinBase64;
|
||||
imageInBase64 = failedInBase64;
|
||||
];
|
||||
];
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user