A few things had not been updated to module reorganisation

Sun, 28 Jan 2018 14:56:13 +0000

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 28 Jan 2018 14:56:13 +0000
changeset 84
b613265bd679
parent 83
1643b1120cc2
child 85
56a000d15965

A few things had not been updated to module reorganisation

borgend/ui.py file | annotate | diff | comparison | revisions
--- a/borgend/ui.py	Sun Jan 28 12:59:20 2018 +0000
+++ b/borgend/ui.py	Sun Jan 28 14:56:13 2018 +0000
@@ -285,9 +285,9 @@
         w=None
         with logwindow_lock:
             if not logwindow[0]:
-                lines=borgend.fifolog.formatAll()
+                lines=loggers.fifo.formatAll()
                 msg="\n".join(lines[0:])
-                w=rumps.Window(title=borgend.appname_stylised+' log',
+                w=rumps.Window(title=branding.appname_stylised+' log',
                                default_text=msg,
                                ok='Close',
                                dimensions=(640,320))

mercurial