mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Use a special value for not set attributes and parameters
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{% endfor %}
|
||||
{% for parameter in method.optionalParameters %}
|
||||
{% if parameter.type.name != "@todo" %}
|
||||
if {{ parameter.name }} is not DefaultValueForOptionalParameters:
|
||||
if {{ parameter.name }} is not GithubObject.NotSet:
|
||||
{% endif %}
|
||||
|
||||
{% if parameter.type.cardinality == "scalar" %}
|
||||
|
||||
Reference in New Issue
Block a user