You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described by @khaeruhere, there are some small improvements to the LPdiag tool that we can make and should not forget about:
Copy-edit the docs page. There are several small enhancements that could be made, like using Sphinx roles instead of double-backtick in many places, and improving the clarity of text about the locations of files. In particular, the command no longer needs to be run in any particular directory as long as the user gives valid values for --wdir and --mps.
Define, type, and comment the class attributes of LPdiag outside of the __init__() method so they appear in the docs; use that method only for setting defaults.
The text was updated successfully, but these errors were encountered:
I would like to add a minor thing that I discovered yesterday:
The default value of the --up-tailclick_option passed to the lp-diag tool is set to -5. The help string says that it is set to 5. It seems that the minus slipped in there.
As described by @khaeru here, there are some small improvements to the LPdiag tool that we can make and should not forget about:
__init__()
method so they appear in the docs; use that method only for setting defaults.The text was updated successfully, but these errors were encountered: