-
Notifications
You must be signed in to change notification settings - Fork 44
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
How to fix this error? #12
Comments
Yeah that probably happened when i committed the code to the repo. If you have your Text Editor or IDE handy and you open the source in there, you probably have an option where you can select the type of indentation and the width of them for the entire file. Do that, save, and check if it's resolved. |
Hi , |
Yeah i definitely should. In general though, i code most of my scripts in Geany. I have VS Code for Linux but i tend to only use it for cross platform development when working with .NET Core and related langs, for instance. Usually with Geany i simply select all the code and run an operation that's usually effective at transforming the indentation into one type either spaces or tabs. |
\Desktop\keylogger>python logger.py
File "logger.py", line 154
risk_score += 5
^
TabError: inconsistent use of tabs and spaces in indentation
The text was updated successfully, but these errors were encountered: