This commit is contained in:
Dan Halbert 2022-01-20 18:17:38 -05:00
parent 8eddce6f42
commit eb08c83ae2
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ STATIC mp_obj_t file_open(fs_user_mount_t *vfs, const mp_obj_type_t *type, mp_ar
break;
default:
bad_mode = true;
mp_raise_ValueError(translate("Invalid mode"));
break;
}
}