Skip to content

Commit 047708e

Browse files
authored
Merge pull request #3973 from kattni/update-code-py
Update created code.py file formatting.
2 parents 4db5565 + 09596dd commit 047708e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/filesystem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void make_sample_code_file(FATFS *fatfs) {
7474
#if CIRCUITPY_FULL_BUILD
7575
FIL fs;
7676
UINT char_written = 0;
77-
const byte buffer[] = "print('Hello World!')\n";
77+
const byte buffer[] = "print(\"Hello World!\")\n";
7878
//Create or modify existing code.py file
7979
f_open(fatfs, &fs, "/code.py", FA_WRITE | FA_CREATE_ALWAYS);
8080
f_write(&fs, buffer, sizeof(buffer) - 1, &char_written);

0 commit comments

Comments
 (0)