Skip to content

Commit 0c06ff3

Browse files
committed
bump version
Signed-off-by: Zen <[email protected]>
1 parent dc780f2 commit 0c06ff3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ugrd"
7-
version = "1.10.0"
7+
version = "1.10.1"
88
authors = [
99
{ name="Desultory", email="[email protected]" },
1010
]

src/ugrd/fs/mounts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ def _autodetect_dm(self, mountpoint) -> None:
250250

251251
source_device = self['_mounts'][mountpoint]['device']
252252

253-
# source_device = _get_mounts_source_device(self, mountpoint) if not mountpoint.startswith('/dev/') else mountpoint
254253
root_mount_info = self['_blkid_info'].get(source_device)
255254

256255
if not root_mount_info:

0 commit comments

Comments
 (0)