DoReCo / DoReCo/multitool

Mixed indentation issues

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

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](https://github.com/psf/black) to fix these issues.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.