File tree Expand file tree Collapse file tree
addon/globalPlugins/versionCollector Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ def createStructuredList(
279279 line += f"{ fieldStart } { field } { fieldEnd } "
280280 if line != "" :
281281 if not useHTML : # Remove the extra tab character
282- line = line .removesuffix ("\t " )
282+ line = line .rstrip ("\t " )
283283 returnable += f"{ lineStart } { line } { lineEnd } "
284284 return returnable
285285
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def _(arg):
2626 "addon_description" : _ ("""Keeps a record of all software names and versions used while running NVDA.
2727Provides a list that can be copied/exported for diagnostics and support.""" ),
2828 # version
29- "addon_version" : "23.00.062 " ,
29+ "addon_version" : "23.00.063 " ,
3030 # Author(s)
3131 "addon_author" : "Luke Davis <XLTechie@newanswertech.com>" ,
3232 # URL for the add-on documentation support
You can’t perform that action at this time.
0 commit comments