You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "subin (JIRA)" <ji...@apache.org> on 2014/07/02 20:37:25 UTC

[jira] [Created] (AMBARI-6365) python client :invalid arguments to setopt

subin created AMBARI-6365:
-----------------------------

             Summary: python client :invalid arguments to setopt
                 Key: AMBARI-6365
                 URL: https://issues.apache.org/jira/browse/AMBARI-6365
             Project: Ambari
          Issue Type: Improvement
            Reporter: subin
            Assignee: subin


self.c.setopt(pycurl.CUSTOMREQUEST, None)
TypeError: invalid arguments to setopt

change to c.setopt(pycurl.CUSTOMREQUEST, "")



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