--global-docks: False
duplicate, (not conflicting) key bindings in myLeoSettings.leo
tree Tab focus-to-body
all Tab indent-region
text Tab newline-and-indent
Leo 6.2-b1-devel, **** branch, build 1b230938df
2020-02-25 10:01:10 +0300
wrote recent file: C:/Users/****/.leo/.leoRecentFiles.txt
bad .leo file: WORK.leo
g.toUnicode: unexpected argument of type ParseError
toUnicode openLeoFile,getLeoFile,readFile,readWithElementTree
Traceback (most recent call last):
File "E:\git\leo\leo\core\leoCommands.py", line 2278, in executeAnyCommand
return command(event)
File "E:\git\leo\leo\core\leoGlobals.py", line 240, in commander_command_wrapper
method(event=event)
File "E:\git\leo\leo\commands\commanderFileCommands.py", line 261, in open_outline
open_completer(c, closeFlag, fileName)
File "E:\git\leo\leo\commands\commanderFileCommands.py", line 204, in open_completer
c2 = g.openWithFileName(fileName, old_c=c)
File "E:\git\leo\leo\core\leoGlobals.py", line 3920, in openWithFileName
return g.app.loadManager.loadLocalFile(fileName, gui, old_c)
File "E:\git\leo\leo\core\leoApp.py", line 3288, in loadLocalFile
previousSettings = lm.getPreviousSettings(fn)
File "E:\git\leo\leo\core\leoApp.py", line 2241, in getPreviousSettings
c = lm.openSettingsFile(fn)
File "E:\git\leo\leo\core\leoApp.py", line 2412, in openSettingsFile
ok = c.fileCommands.openLeoFile(theFile, fn,
File "E:\git\leo\leo\core\leoFileCommands.py", line 692, in openLeoFile
ok, ratio = self.getLeoFile(
File "E:\git\leo\leo\core\leoFileCommands.py", line 559, in getLeoFile
v = FastRead(c, self.gnxDict).readFile(fileName)
File "E:\git\leo\leo\core\leoFileCommands.py", line 60, in readFile
v, g_element = self.readWithElementTree(path, s)
TypeError: cannot unpack non-iterable NoneType object
Traceback (most recent call last):
File "E:\git\leo\leo\plugins\qt_frame.py", line 1638, in closeEvent
g.app.gui.close_event(event)
AttributeError: 'NullGui' object has no attribute 'close_event'