Skip to content

Commit 8628f71

Browse files
Witcher01nbuchwitz
authored andcommitted
fix: uhubctl introduced -N in 2.5.0
Link: mvp/uhubctl@f8cb89f Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
1 parent 92b07e1 commit 8628f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uhubctl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def version(cls) -> str:
2525
def exec(cls, args: list = None, description: bool = False) -> list:
2626
cmd = UHUBCTL_BINARY.split(" ")
2727

28-
if not description and version.parse(cls.version()) > version.parse("2.3.0"):
28+
if not description and version.parse(cls.version()) >= version.parse("2.5.0"):
2929
cmd.append("-N")
3030

3131
if args is not None:

0 commit comments

Comments
 (0)