show site name in error message if match failed
This commit is contained in:
parent
c265df2ffa
commit
397ae8bbcd
|
@ -88,7 +88,7 @@ class Filters(threading.Thread):
|
||||||
if len(result) == 1:
|
if len(result) == 1:
|
||||||
self.siteid[site] = result[0][0]
|
self.siteid[site] = result[0][0]
|
||||||
else:
|
else:
|
||||||
print "Either 0 or more than one site matched - EEK"
|
print "Either 0 or more than one site matched (%s) - EEK" % site
|
||||||
|
|
||||||
# For use in date ranges.
|
# For use in date ranges.
|
||||||
self.start_date = gtk.Entry(max=12)
|
self.start_date = gtk.Entry(max=12)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user