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
Unified exit as sys. exit in the code to improve cross platform compatibility,due to the special working environment, it is not possible to install mycli using pip. When using pyinstaller to package as binary, the exit error in main.py is reported. After modifying it to sys. exit, it works normally. Test commands such as mycli.exe -uroot -proot -e "select version();"
The text was updated successfully, but these errors were encountered:
No objections to this proposal. Could you send a PR with this change?
fcwys
changed the title
Unified 'exit' as' sys. exit 'in the code to improve cross platform compatibility
Unified 'exit' as 'sys.exit' in the code to improve cross platform compatibility
Jan 7, 2025
Unified
exit
assys. exit
in the code to improve cross platform compatibility,due to the special working environment, it is not possible to install mycli using pip. When using pyinstaller to package as binary, theexit
error in main.py is reported. After modifying it tosys. exit
, it works normally. Test commands such asmycli.exe -uroot -proot -e "select version();"
The text was updated successfully, but these errors were encountered: