Fix bug when reading
This commit is contained in:
parent
07baa59f12
commit
3926fc4310
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ class CmdRead(Command):
|
||||||
if prefix:
|
if prefix:
|
||||||
prefix = prefix + "|/"
|
prefix = prefix + "|/"
|
||||||
if contents.startswith("file:"):
|
if contents.startswith("file:"):
|
||||||
self.show_file(reader, contents[5:], prefix)
|
self.show_file(reader, contents[5:], prefix or "")
|
||||||
else:
|
else:
|
||||||
reader.msg(prefix + contents)
|
reader.msg(prefix + contents)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue