Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit361355e

Browse files
authored
Update raspberry_pi.py
Use os.makedirs instead of os.mkdir so the intermediate directory 'originals' will be created
1 parent7efcaa9 commit361355e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎builder/raspberry_pi.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
ifnotos.path.exists('micropy_updates/originals/raspberry_pi'):
20-
os.mkdir('micropy_updates/originals/raspberry_pi')
20+
os.makedirs('micropy_updates/originals/raspberry_pi')
2121

2222

2323
unix.REAL_PORT='raspberry_pi'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp