path => compare
This commit is contained in:
parent
d8ee3486e9
commit
549151b3b8
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class TiramisuHelpFormatter(RawDescriptionHelpFormatter):
|
|||
compare = path.rsplit('.', 1)[1]
|
||||
else:
|
||||
compare = path
|
||||
if name == path:
|
||||
if name == compare:
|
||||
return ''
|
||||
return super().format_help()
|
||||
|
||||
|
|
Loading…
Reference in a new issue