This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit a23bbc3b5728da4e31f6caa95bc47557bc8b1847 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 27 22:08:46 2020 +0100 Fix lint. --- libcloud/dns/drivers/cloudflare.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcloud/dns/drivers/cloudflare.py b/libcloud/dns/drivers/cloudflare.py index d13e98e..84bb5bd 100644 --- a/libcloud/dns/drivers/cloudflare.py +++ b/libcloud/dns/drivers/cloudflare.py @@ -137,8 +137,8 @@ class CloudFlareDNSResponse(JsonResponse): } if error['code'] == 81057: - # Record id is not available when creating a record and not updating - # it + # Record id is not available when creating a record and not + # updating it kwargs["record_id"] = "unknown" merge_valid_keys(kwargs, context, self.connection.context)
