We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d592a89 + 5c99739 commit 2838e97Copy full SHA for 2838e97
1 file changed
src/stratis_cli/_actions/_debug.py
@@ -48,7 +48,7 @@ def send_uevent(namespace):
48
Issue a synthetic uevent from the CLI.
49
"""
50
try:
51
- realdevice = os.path.realpath(namespace.device, strict=True)
+ realdevice = os.path.realpath(namespace.device)
52
sysfs_device_uevent = (
53
realdevice.replace("/dev/", "/sys/class/block/") + "/uevent"
54
) # pragma: no cover
0 commit comments