Mixed indentation issues

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
48/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
tooling

Research direction

Start with conversion_data/interface/Collection.py lines 95-107, where the issue identifies mixed tabs and spaces. Check the repository's Python files with Black or an equivalent style check, then verify that the affected code parses under Python 3 and no indentation errors remain.

Written by the indexing model from the issue text.

Description

Mixing tabs and spaces such as here:
https://github.com/DoReCo/multitool/blob/6791f54616f7f1df2b7349b05c93275c678e857a/conversion_data/interface/Collection.py#L95-L107

Is explicitly a bug in Python 3 (IndentationError) and will therefore not work. I'd suggest running all the code through a style processing tool such as black to fix these issues.

Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from DoReCo/multitool

All issues in DoReCo/multitool

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.