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
When I try to run $ ./droidbox.sh some.apk
$ ./droidbox.sh some.apk
I get the error
File "scripts/droidbox.py", line 111 sys.stdout.flush() ^ TabError: inconsistent use of tabs and spaces in indentation
There are indeed a few stray tabs in scripts/droidbox.py.
Edit: I'm on Python 3.5.1, which explains why I'm having issues.
The text was updated successfully, but these errors were encountered:
I also get this error, Can you tell me how to solve this? Thank you.
Sorry, something went wrong.
use python2.x
No branches or pull requests
When I try to run
$ ./droidbox.sh some.apk
I get the error
There are indeed a few stray tabs in scripts/droidbox.py.
Edit: I'm on Python 3.5.1, which explains why I'm having issues.
The text was updated successfully, but these errors were encountered: