Skip to content

Commit 286b1b2

Browse files
Change to main.py from /main.py
1 parent 9815b53 commit 286b1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/kernel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ServiceContainer } from './services/ServiceContainer';
44

55
const reconnectString: string = "%connect%"
66
const saveString: string = "%save%";
7-
const bootFileName: string = "/main.py";
7+
const bootFileName: string = "main.py";
88
const bootSavePrefix: string = `with open('${bootFileName}', 'w') as f:\n f.write('''\n`;
99
const bootSaveSuffix: string = "\n''')\n";
1010

0 commit comments

Comments
 (0)