From: Fabian Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: Re: [pve-devel] [PATCH common 1/2] indentation fix
Date: Fri, 30 Apr 2021 08:39:57 +0200 [thread overview]
Message-ID: <ad71e339-a0d7-9108-7738-be05fb67e28a@proxmox.com> (raw)
In-Reply-To: <20210318084418.13689-1-f.ebner@proxmox.com>
Ping for both patches
Am 18.03.21 um 09:44 schrieb Fabian Ebner:
> Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
> ---
> src/PVE/JSONSchema.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm
> index 20d72b3..e9d10da 100644
> --- a/src/PVE/JSONSchema.pm
> +++ b/src/PVE/JSONSchema.pm
> @@ -715,7 +715,7 @@ sub check_format {
> }
> } elsif ($format_type eq 'opt') {
> $parsed = $registered->($value) if $value;
> - } else {
> + } else {
> if (ref($registered) eq 'HASH') {
> # Note: this is the only case where a validator function could be
> # attached, hence it's safe to handle that in parse_property_string.
>
next prev parent reply other threads:[~2021-04-30 6:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-18 8:44 Fabian Ebner
2021-03-18 8:44 ` [pve-devel] [PATCH common 2/2] schema: check format: parse list formats as arrays Fabian Ebner
2021-05-03 11:05 ` [pve-devel] applied: " Thomas Lamprecht
2021-04-30 6:39 ` Fabian Ebner [this message]
2021-05-03 11:05 ` [pve-devel] applied: [PATCH common 1/2] indentation fix Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ad71e339-a0d7-9108-7738-be05fb67e28a@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.