Skip to content

Conversation

@SL-TX
Copy link

@SL-TX SL-TX commented Apr 10, 2025

Fix for

  File "/home/sltx/pyvenv/lib/python3.11/site-packages/sebaubuntu_libs/libandroid/fstab/__init__.py", line 59, in __init__
    self.entries.append(FstabEntry.from_entry(line))
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/sltx/pyvenv/lib/python3.11/site-packages/sebaubuntu_libs/libandroid/fstab/__init__.py", line 42, in from_entry
    src, mount_point, fs_type, mnt_flags, fs_flags = line.split()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 5, got 3)

Fix for
```
  File "/home/sltx/pyvenv/lib/python3.11/site-packages/sebaubuntu_libs/libandroid/fstab/__init__.py", line 59, in __init__
    self.entries.append(FstabEntry.from_entry(line))
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/sltx/pyvenv/lib/python3.11/site-packages/sebaubuntu_libs/libandroid/fstab/__init__.py", line 42, in from_entry
    src, mount_point, fs_type, mnt_flags, fs_flags = line.split()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 5, got 3)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant