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
A Python script contains the following statements at the moment.
if not args.depth.isdigit(): SysMgr.printErr('wrong depth type') sys.exit(0)
I suggest to pass an error code to the exit method call according to the previous error message.
The text was updated successfully, but these errors were encountered:
wow! It's a big job! ;( But I agree with you. I'll try to change them!
Sorry, something went wrong.
iipeace
No branches or pull requests
A Python script contains the following statements at the moment.
I suggest to pass an error code to the exit method call according to the previous error message.
The text was updated successfully, but these errors were encountered: