Skip to content

Commit

Permalink
Update query_src
Browse files Browse the repository at this point in the history
  • Loading branch information
portellam committed Oct 25, 2024
1 parent ae42cb4 commit 6037917
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bin/query_src
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,9 @@
return 0
fi

driver="$( get_first_good_driver "${driver}" )"
# TODO: add XML support here.

if ! is_valid_driver "${driver}"; then
driver="${NULL_VALUE}"
fi

echo "${driver}"
return 1
}

#
Expand Down

0 comments on commit 6037917

Please sign in to comment.