We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys.exit(1) is called without importing the sys package when exiting due to not finding Dolphin home directory.
sys.exit(1)
libmelee/melee/dolphin.py
Line 159 in af16292
NameError: name 'sys' is not defined exception is thrown instead of a graceful exit when the line is called.
The text was updated successfully, but these errors were encountered:
PR to import sys before sys.exit(1)created here: #30.
Sorry, something went wrong.
No branches or pull requests
sys.exit(1)
is called without importing the sys package when exiting due to not finding Dolphin home directory.libmelee/melee/dolphin.py
Line 159 in af16292
NameError: name 'sys' is not defined exception is thrown instead of a graceful exit when the line is called.
The text was updated successfully, but these errors were encountered: