You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Dustin Spicuzza (JIRA)" <ji...@apache.org> on 2014/08/13 17:44:12 UTC

[jira] [Issue Comment Deleted] (THRIFT-2662) python bindings generate incorrect indentation for functions after a oneway function

     [ https://issues.apache.org/jira/browse/THRIFT-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dustin Spicuzza updated THRIFT-2662:
------------------------------------

    Comment: was deleted

(was: https://github.com/apache/thrift/pull/186)

> python bindings generate incorrect indentation for functions after a oneway function
> ------------------------------------------------------------------------------------
>
>                 Key: THRIFT-2662
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2662
>             Project: Thrift
>          Issue Type: Bug
>          Components: Python - Compiler
>    Affects Versions: 0.9.1
>            Reporter: Dustin Spicuzza
>
> The following interface is generated incorrectly by the python bindings.
> {code}
> service RPC {
>    oneway void put(1:string topic),
>    binary get(1:string topic),
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)