fix brackets on a string
This commit is contained in:
parent
b1387be3ce
commit
708f44c2fa
|
@ -80,7 +80,7 @@ class Table(Table_Window):
|
|||
|
||||
try:
|
||||
if self.window == None:
|
||||
log.error(_("Window %s not found. Skipping." % self.search_string))
|
||||
log.error(_("Window %s not found. Skipping.") % self.search_string)
|
||||
return None
|
||||
except AttributeError:
|
||||
log.error(_("self.window doesn't exist? why?"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user