Skip to content

Commit acdc2d6

Browse files
Comments
1 parent 272989d commit acdc2d6

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)