File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export class Interpreter {
4141 */
4242 startInterpreterViaQuickAccess = async ( interpreterType : 'Python' | 'R' , waitForReady = true ) => {
4343 if ( ! DESIRED_PYTHON || ! DESIRED_R ) {
44- throw new Error ( 'Please set env vars: POSITRON_PYTHON_VER_SEL , POSITRON_R_VER_SEL' ) ;
44+ throw new Error ( 'Please set env vars: POSITRON_PY_VER_SEL , POSITRON_R_VER_SEL' ) ;
4545 }
4646
4747 await test . step ( `Select interpreter via Quick Access: ${ interpreterType } ` , async ( ) => {
@@ -63,7 +63,7 @@ export class Interpreter {
6363 waitForReady = true
6464 ) {
6565 if ( ! DESIRED_PYTHON || ! DESIRED_R ) {
66- throw new Error ( 'Please set env vars: POSITRON_PYTHON_VER_SEL , POSITRON_R_VER_SEL' ) ;
66+ throw new Error ( 'Please set env vars: POSITRON_PY_VER_SEL , POSITRON_R_VER_SEL' ) ;
6767 }
6868
6969 await test . step ( `Select interpreter via UI: ${ interpreterDescription } ` , async ( ) => {
You can’t perform that action at this time.
0 commit comments