Skip to content

Commit

Permalink
Merge pull request #59 from hlin/Fix-COMPOSE-3382
Browse files Browse the repository at this point in the history
Use latest module record
  • Loading branch information
hlin authored Mar 18, 2019
2 parents c354142 + a892f23 commit 3c633ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions product_listings_manager/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def get_module(compose_dbh, name, stream):
FROM modules
WHERE name = %(name)s
AND stream = %(stream)s
ORDER BY version DESC
"""
dbc = compose_dbh.cursor()
Products.execute_query(dbc, qry, **qargs)
Expand Down

0 comments on commit 3c633ca

Please sign in to comment.