Skip to content

Commit

Permalink
Merge pull request #340 from os-autoinst/no-using-sources-from
Browse files Browse the repository at this point in the history
Handle unexpected line format from osc sm
  • Loading branch information
mergify[bot] authored Aug 15, 2024
2 parents 191b911 + 467f954 commit 37be6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-check-package-origin
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ list_requirements() {

get_codestream() {
debug "Getting codestream for package '$1'"
$osc sm "$1" 2> /dev/null || true
$osc sm "$1" 2> /dev/null | cut -f1 -d' ' || true
}

find_source_package() {
Expand Down

0 comments on commit 37be6df

Please sign in to comment.