adein / hangouts_to_sms

Google Hangouts SMS/MMS to XML converter
MIT License
31 stars 11 forks source link

TabError: inconsistent use of tabs and spaces in indentation #17

Closed JoesphG closed 6 years ago

JoesphG commented 6 years ago

Looked at the suggestions in #12 but still get issues below @mrdehate

C:\sms\hangouts_to_sms-develop>python hangouts_to_sms.py Traceback (most recent call last): File "hangouts_to_sms.py", line 2, in from titanium_backup_formatter import TitaniumBackupFormatter File "C:\sms\hangouts_to_sms-develop\titanium_backup_formatter.py", line 83 message_string += "{}".format(escape(message.content) if content_is_plain else self._base64_text(message.content)) ^ TabError: inconsistent use of tabs and spaces in indentation

here is the code snippet

image

JoesphG commented 6 years ago

replaced all tabs with 4 spaces in file to resolve issue

JoesphG commented 6 years ago

Using reindent.py