Skip to content

Commit

Permalink
refine the output for Request externals change when importing osimage…
Browse files Browse the repository at this point in the history
… with xcat-inventory xcat2#146
  • Loading branch information
immarvin committed Jan 11, 2019
1 parent 63256ff commit 67e0b0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xcat-inventory/xcclient/inventory/dbfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ def settab(self,tabdict=None):
if tabdict is None:
return None
for key in tabdict.keys():
utils.verbose(" writting object: "+str(key),file=sys.stdout)
#utils.verbose(" writting object: "+str(key),file=sys.stdout)
print(" importing object: %s"%(str(key)),file=sys.stdout)
#clear any existing table entries before adding new entries
df=dbfactory(self._dbsession)
df.cleartab(tabdict[key].keys(),[key])
Expand Down

0 comments on commit 67e0b0e

Please sign in to comment.