better error message
This commit is contained in:
parent
61a78b52d0
commit
1647eaa473
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def admin_thumbnail(row):
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
print(row)
|
print("unable to find admin thumbail for", row)
|
||||||
|
|
||||||
if p:
|
if p:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue