On 25/05/12 15:46, Martin Pool wrote: > How is the spacing wrong? I typed 2 leading spaces on the command lines.
Well, something's odd with the spacing in the original message as forwarded inline in your first message. The first command has two leading spaces, the other two have three. I suspect Gmail may be doing bad things. The parsing code is this: for line in content.splitlines(): # All commands have to be indented. if line.startswith(' ') or line.startswith('\t'): command_string = line.strip()
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : launchpad-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp