Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Inconsistent use of tabs and spaces in indentation #22

@almara3

Description

@almara3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions