diff --git a/pillar/manage.py b/pillar/manage.py index 6864ffdf..fcb35662 100644 --- a/pillar/manage.py +++ b/pillar/manage.py @@ -62,8 +62,8 @@ def put_item(collection, item): # print type(item_id) p = put_internal(collection, item, **{'_id': item_id}) if p[0]['_status'] == 'ERR': - print p - print item + print(p) + print(item) @manager.command