We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's what gets generated:
async: Optional[str] = field( default=None, metadata={ "type": "Element", "nillable": True, } )
Here's what I edited it to fix it but I haven't tested that the resulting xml looks right yet.
async_: Optional[str] = field( default=None, metadata={ "type": "Element", "nillable": True, "name": "async" } )
The text was updated successfully, but these errors were encountered:
Add async to the reserved keywords
e4f5537
Closes #600
closed in #602
Thanks for reporting @brunnels
Sorry, something went wrong.
I though I had pushed this one, sorry about, really closed in #607
Successfully merging a pull request may close this issue.
Here's what gets generated:
Here's what I edited it to fix it but I haven't tested that the resulting xml looks right yet.
The text was updated successfully, but these errors were encountered: