fix in plugin output
This commit is contained in:
parent
12b8e50822
commit
9c9467c2da
|
@ -172,5 +172,6 @@ foreach my $k (keys %{$fields_values}){
|
|||
# Get operation result
|
||||
my $result = eval $operation;
|
||||
if (defined($result)){
|
||||
print $result . "\n";
|
||||
|
||||
print $result, "\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue