| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@hamdanal Mind also taking a look at this and making sure everything is fixed on your end? |
Sorry, something went wrong.
There was a problem hiding this comment.
This fixes the problem. Thank you.
Sorry, something went wrong.
There was a problem hiding this comment.
Worth adding a regression test?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Based on #142274 (comment), the issue here is that format_help() eventually accesses self._theme but _theme was never set since _set_color() is no longer called in __init__. I think we can initialize _theme to a safe default (no color) so that direct instantiation works but the parser can still override it afterward.