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 #22

Open
almara3 opened this issue May 2, 2022 · 0 comments
Open

Inconsistent use of tabs and spaces in indentation #22

almara3 opened this issue May 2, 2022 · 0 comments
Labels

Comments

@almara3
Copy link

almara3 commented May 2, 2022

Hi,

I got TabErrors:

  File "/home/almara/anaconda3/envs/disvis/lib/python3.10/site-packages/disvis-2.0.0-py3.10-linux-x86_64.egg/disvis/IO/mrc.py", line 84
    self._header['xstart'] = raw_header[49]
TabError: inconsistent use of tabs and spaces in indentation
File "/home/almara/anaconda3/envs/disvis/lib/python3.10/site-packages/disvis-2.0.0-py3.10-linux-x86_64.egg/disvis/IO/mrc.py", line 157
    else:
TabError: inconsistent use of tabs and spaces in indentation

The identations of lines 84-86 as well as 157-158 in the file disvis/IO/mrc.py are different to the rest of the file.

Thanks
A

@rvhonorato rvhonorato added the bug label May 2, 2022
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