Skip to content

Commit

Permalink
say what to do if mystery product isn't found
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Nov 14, 2016
1 parent 14b1abe commit 491a43a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/desiutil/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ def get_product_version(self):
self.baseproduct = self.options.product
log.warning('guessing {0} is at {1}'.format(
self.baseproduct, self.fullproduct))
log.warning('Add location to desiutil.install.known_products '+
'if that is incorrect')
self.baseversion = basename(self.options.product_version)
self.github = False
if 'github.com' in self.fullproduct:
Expand Down

0 comments on commit 491a43a

Please sign in to comment.