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

convert operation hangs if the 3rd number starts with "1" #2

Closed
kevinlsw opened this issue May 2, 2013 · 2 comments
Closed

convert operation hangs if the 3rd number starts with "1" #2

kevinlsw opened this issue May 2, 2013 · 2 comments
Labels

Comments

@kevinlsw
Copy link

kevinlsw commented May 2, 2013

If the 3rd argument of the "convert" operation starts with 1, the python script seems to hang.

For example,

"convert 10 16 12" will trigger the following processes:

python convertNumber.py 10 16 1
/bin/bash -c python convertNumber.py 10 16 1 2>&1 | tee nsc.log

Notice the 3rd argument "12" is truncated and gets recognized as "1" instead, and the script just hangs there forever.

I noticed this when the fan on my macbook went crazy loud :)

@obstschale
Copy link
Owner

I already know about this bug but couldn't solve it so far, because I'm pretty new to Python. But thx for your input I hope it helps me to solve the problem.

@obstschale
Copy link
Owner

Thx @kevinlsw that was the problem and is solved within v2.01

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

2 participants