migration file for add owner into device tables
This commit is contained in:
parent
ed8522c96a
commit
f043d66591
|
@ -19,9 +19,7 @@ depends_on = None
|
||||||
|
|
||||||
|
|
||||||
def get_inv():
|
def get_inv():
|
||||||
# import pdb; pdb.set_trace()
|
|
||||||
INV = context.get_x_argument(as_dictionary=True).get('inventory')
|
INV = context.get_x_argument(as_dictionary=True).get('inventory')
|
||||||
INV = 'dbtest'
|
|
||||||
if not INV:
|
if not INV:
|
||||||
raise ValueError("Inventory value is not specified")
|
raise ValueError("Inventory value is not specified")
|
||||||
return INV
|
return INV
|
||||||
|
|
Reference in New Issue