Skip to content
New issue

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

Correct exit codes for GridAccess etc. #121

Open
zimmerst opened this issue May 28, 2014 · 0 comments
Open

Correct exit codes for GridAccess etc. #121

zimmerst opened this issue May 28, 2014 · 0 comments
Labels

Comments

@zimmerst
Copy link
Contributor

as described in , we use several-digit return codes. As we cast stuff in bash, these return codes get truncated such that:

!/bin/bash

inp=$1
python -c "exit($inp)"
echo $?

which for integers up to 255 returns the right map, will fail for long_int types. This should be fixed.

@zimmerst zimmerst added the bug label May 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant