AC-1061 Removed my test exception raised in the inventory script.

This commit is contained in:
Chris Church 2014-02-25 18:49:30 -05:00
parent a18b9e2270
commit 0462bb3f3f

View File

@ -107,7 +107,6 @@ class InventoryScript(object):
try:
# Command line argument takes precedence over environment
# variable.
raise ValueError('foo')
self.inventory_id = int(self.options.get('inventory_id', 0) or \
os.getenv('INVENTORY_ID', 0))
except ValueError: