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

Commitacdc2d6

Browse files
Comments
1 parent272989d commitacdc2d6

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/apps/com.micropythonos.filemanager/assets

1 file changed

+1
-1
lines changed

‎internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def onCreate(self):
1414
#self.file_explorer.explorer_open_dir('/')
1515
#self.file_explorer.explorer_open_dir('M:data/images/')
1616
#self.file_explorer.explorer_open_dir('M:/')
17-
self.file_explorer.explorer_open_dir('M:/')# unicode error on desktop?
17+
self.file_explorer.explorer_open_dir('M:/')# unicode error on desktop, maybe reoccurence of https://github.com/lvgl-micropython/lvgl_micropython/issues/398 https://github.com/lvgl-micropython/lvgl_micropython/pull/399
1818
#self.file_explorer.explorer_open_dir('M:data/images/')
1919
#self.file_explorer.explorer_open_dir('P:.') # POSIX works on desktop, fs_driver doesn't because it doesn't have dir_open, dir_read, dir_close
2020
#self.file_explorer.explorer_open_dir('P:/tmp') # POSIX works, fs_driver doesn't because it doesn't have dir_open, dir_read, dir_close

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp