Skip to content

Commit

Permalink
Merge pull request #5370 from okurz/fix/scheduled_products
Browse files Browse the repository at this point in the history
Fix missing space in scheduling error message
  • Loading branch information
mergify[bot] authored Nov 22, 2023
2 parents 792f82d + b227009 commit 0804853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenQA/Schema/Result/ScheduledProducts.pm
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ sub _schedule_iso {
$force = delete $args->{_FORCE_OBSOLETE} || $force;
if (($deprioritize || $obsolete) && $args->{TEST} && !$force) {
return {error => 'One must not specify TEST and _DEPRIORITIZEBUILD=1/_OBSOLETE=1 at the same time as it is'
. 'likely not intended to deprioritize the whole build when scheduling a single scenario.'
. ' likely not intended to deprioritize the whole build when scheduling a single scenario.'
};
}

Expand Down

0 comments on commit 0804853

Please sign in to comment.