]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/CLIHandler.pm
cli: print_text_table: die if no property info not needed anymore
[pve-common.git] / src / PVE / CLIHandler.pm
index 0502c4867987c119cef1046796e5941c12ae07a4..36eb5a883f8062fb491f25800979aa97037b3031 100644 (file)
@@ -465,7 +465,6 @@ sub print_text_table {
     for (my $i = 0; $i < $column_count; $i++) {
        my $prop = $props_to_print->[$i];
        my $propinfo = $returnprops->{$prop} // {};
-       die "undefined property '$prop'" if !$propinfo;
 
        my $title = $propinfo->{title} // $prop;
        my $cutoff = $propinfo->{print_width} // $propinfo->{maxLength};