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 in indentation #13

Open
aniketstark opened this issue Mar 5, 2019 · 1 comment · May be fixed by #15
Open

inconsistent use of tabs and spaces in indentation #13

aniketstark opened this issue Mar 5, 2019 · 1 comment · May be fixed by #15

Comments

@aniketstark
Copy link

File "breacher.py", line 69
if 'asp' in type:
^
TabError: inconsistent use of tabs and spaces in indentation

mIcHyAmRaNe pushed a commit to mIcHyAmRaNe/Breacher that referenced this issue May 11, 2019
fix: s0md3v#13 
& fix: 
```
Traceback (most recent call last):
  File "breacher.py", line 93, in <module>
    paths1 = paths[:len(paths)/2] #The path/links list gets
TypeError: slice indices must be integers or None or have an __index__ method
```
@mIcHyAmRaNe mIcHyAmRaNe linked a pull request May 11, 2019 that will close this issue
@manalshaikh
Copy link

This issue has arisen again.

File "breacher.py", line 69
if 'asp' in type:
^
TabError: inconsistent use of tabs and spaces in indentation

Tried correctly with correct arg but still same.
python breacher.py -u example.com

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

Successfully merging a pull request may close this issue.

2 participants