TheJumpCloud / jcapi-python

21 stars 20 forks source link

jcapiv2/models/systemuser_attributes.py is broken #18

Closed iantype closed 5 years ago

iantype commented 5 years ago

@thinkterry This file was not fully generated by Swagger and is now erroring out because of syntax issues, e.g.:

def __init__(self, =None):
        """
        SystemuserAttributes - a model defined in Swagger
        """

        self._ = None

        if  is not None:
          self. = 

    @property
    def (self):
        """
        Gets the  of this SystemuserAttributes.
        :return: The  of this SystemuserAttributes.
        :rtype: str
        """
        return self._

    @.setter
    def (self, ):
        """
        Sets the  of this SystemuserAttributes.
        :param : The  of this SystemuserAttributes.
        :type: str
        """

        self._ = 
thinkterry commented 5 years ago

Thanks, @iantype. We've identified the problem and are working on a fix.

thinkterry commented 5 years ago

@iantype I've opened pull request https://github.com/TheJumpCloud/jcapi-python/pull/19 and have requested review. In the meantime, is this enough to unblock you?

iantype commented 5 years ago

@thinkterry looking much better now thank you.