Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 15, 2022
1 parent 28790a7 commit e1bda66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ suite('DataScience - VSCode Notebook - (Execution) (slow)', function () {
// On windows `!where python`, prints multiple items in the output (all executables found).
const cell1Output = getCellOutputs(cell1);
const shellExecutable = cell1Output
.trim()
.split('\n')
.filter((item) => item.length)[0]
.trim();
Expand Down

0 comments on commit e1bda66

Please sign in to comment.