Fix build break

This commit is contained in:
Arun Prakash Jana 2018-09-02 12:34:28 +05:30
parent a9afc78f7e
commit ab8818b04b
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -3428,7 +3428,7 @@ def prompt(obj, results, noninteractive=False, deep=False, listtags=False, sugge
for row in results:
count += 1
print_single_rec(row, count)
except:
except Exception:
pass
finally:
return