migration file for add owner into device tables

This commit is contained in:
Cayo Puigdefabregas 2020-11-03 19:34:58 +01:00
parent ed8522c96a
commit f043d66591
1 changed files with 0 additions and 2 deletions

View File

@ -19,9 +19,7 @@ depends_on = None
def get_inv():
# import pdb; pdb.set_trace()
INV = context.get_x_argument(as_dictionary=True).get('inventory')
INV = 'dbtest'
if not INV:
raise ValueError("Inventory value is not specified")
return INV