bczsalba / pytermgui

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
https://ptg.bczsalba.com
MIT License
2.21k stars 54 forks source link

[BUG] Error on launch #45

Closed jonnieey closed 2 years ago

jonnieey commented 2 years ago

Describe the bug ptg raises error on launch after v4.3.0 update.

To Reproduce Steps to reproduce the behavior:

  1. Open terminal
  2. run ptg
  3. See error

Expected behavior Launch ptg.

Screenshots 2022-04-03-095653

System information

fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
PyTermGUI v4.3.0

Python: 3.10.4
Platform: Linux-5.16.14-arch1-1-x86_64-with-glibc2.35
bczsalba commented 2 years ago

Should be fixed now, could you give it a try on the latest commit? Interestingly this issue doesn't happen on MacOS, so I never ran into it.

jonnieey commented 2 years ago

Cheers, I'll let you know if anything else pops up. Great framework btw.

bczsalba commented 2 years ago

Thank you!