Minor style corrections.

This commit is contained in:
Ramon Novoa 2022-11-03 11:18:09 +01:00
parent ed76ca48a5
commit de9d556702
1 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ sub execute_command_block {
do {
$err_level = $self->execute_command_timeout(
$commands,
$std_files,
$std_files,
$timeout
);
@ -508,7 +508,7 @@ sub execute_command_block {
do {
$err_level = $self->execute_command_timeout(
$comm,
$std_files,
$std_files,
$timeout
);