[GH-ISSUE #16] Inconsistent use of tabs and spaces in indentation #14

Closed
opened 2026-03-03 15:56:44 +03:00 by kerem · 3 comments
Owner

Originally created by @factuminc on GitHub (Apr 26, 2020).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/16

See the tabs/spacing on lines 57-58: github.com/MrH0wl/Cloudmare@1e96a3abac/Cloudmare.py (L57)

Output:
I:\Cloudmare>python Cloudmare.py --help
File "Cloudmare.py", line 58
ip_takes.extend(CensysIP)
^
TabError: inconsistent use of tabs and spaces in indentation

Obviously, this is an easy fix although I wanted to point out in case anyone else encounters this.

Originally created by @factuminc on GitHub (Apr 26, 2020). Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/16 See the tabs/spacing on lines 57-58: https://github.com/MrH0wl/Cloudmare/blob/1e96a3abace58aba1c439cfe3daeb948572f8b51/Cloudmare.py#L57 Output: I:\Cloudmare>python Cloudmare.py --help File "Cloudmare.py", line 58 ip_takes.extend(CensysIP) ^ TabError: inconsistent use of tabs and spaces in indentation Obviously, this is an easy fix although I wanted to point out in case anyone else encounters this.
kerem closed this issue 2026-03-03 15:56:44 +03:00
Author
Owner

@factuminc commented on GitHub (Apr 26, 2020):

Additional notes: I received this TabError on Windows 10 and I assume that receiving this message could depend on the OS + python config.

<!-- gh-comment-id:619609558 --> @factuminc commented on GitHub (Apr 26, 2020): Additional notes: I received this TabError on Windows 10 and I assume that receiving this message could depend on the OS + python config.
Author
Owner

@mrh0wl commented on GitHub (Apr 27, 2020):

Hi, sorry for the inconvenience. The error was not your OS's fault, check if the commit 5d7ae230b6 fixes it.

<!-- gh-comment-id:620260903 --> @mrh0wl commented on GitHub (Apr 27, 2020): Hi, sorry for the inconvenience. The error was not your OS's fault, check if the commit 5d7ae230b68451fd1940f12f69fa8e4da9c307c0 fixes it.
Author
Owner

@factuminc commented on GitHub (May 4, 2020):

Works great. Thanks for the update! I should have mentioned that it worked fine when i fixed the indentation locally.

<!-- gh-comment-id:623670730 --> @factuminc commented on GitHub (May 4, 2020): Works great. Thanks for the update! I should have mentioned that it worked fine when i fixed the indentation locally.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloudmare#14
No description provided.