diff -r dc5554f0c12c -r 68e7da937162 etherlab/etherlab.py --- a/etherlab/etherlab.py Wed Oct 03 14:17:19 2018 +0300 +++ b/etherlab/etherlab.py Wed Oct 03 14:19:41 2018 +0300 @@ -261,7 +261,7 @@ else: self.GetCTRoot().logger.write_error( - _("Couldn't load %s XML file:\n%s") % (filepath, error)) + _("Couldn't load {a1} XML file:\n{a2}").format(a1=filepath, a2=error)) return self.Library