
Starting with zero, as any sensible index should.

However, the open source world is diverse and flexible enough that no one has to suffer through abrasive technology, so if you hate YAML, here are 10 things you can (and should!) do to make it tolerable. While its ability to reflect hierarchical values is significant and its minimalism can be refreshing to some, its Python-like reliance upon syntactic whitespace can be frustrating. Of these, YAML sometimes gets cited as a particularly difficult one to handle for a few different reasons. Thanks Error: Traceback (most recent call last):įile "/var/mobile/Applications/E4A601AC-A113-4B37-96DF-206D1D61BB3A/Pythonista.app/pythonista_reindent.py", line 111, in mainįile "/var/mobile/Applications/E4A601AC-A113-4B37-96DF-206D1D61BB3A/Pythonista.app/pythonista_reindent.There are lots of formats for configuration files: a list of values, key and value pairs, INI files, YAML, JSON, XML, and many more. Normally I would be happy to write the code directly to pythonista, but that is not as feasible to do when there are collaborators. When I try to run the program i get an indentation error message in a place where I wold not really expect one.ĭoes anyone have any tips for how to solve this, but more importantly how to avoid these types of issues. Then I try to convert the indentiation, but I get the error shown below the question.

In the setting i turn on soft indentiation and set tab equal to 4 spaces. Once open in Pythonista I seem to have issues with the indentation. Hi all, I am editing a program in Notepadd++ and then mailing myself the.
