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

Inconsistent use of tabs and spaces #10

Open
jd7h opened this issue Jun 2, 2016 · 2 comments
Open

Inconsistent use of tabs and spaces #10

jd7h opened this issue Jun 2, 2016 · 2 comments

Comments

@jd7h
Copy link

jd7h commented Jun 2, 2016

When I try to run
$ ./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.

@INotWant
Copy link

I also get this error, Can you tell me how to solve this? Thank you.

@INotWant
Copy link

I also get this error, Can you tell me how to solve this? Thank you.

use python2.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants