mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
This is supposed to end with a '/'
This commit is contained in:
parent
184a4b9d00
commit
2e78738bf0
@ -1025,7 +1025,7 @@ def convert_origin(document):
|
||||
if document.dir == "":
|
||||
origin = "stdin"
|
||||
else:
|
||||
origin = document.dir.replace('\\', '/')
|
||||
origin = document.dir.replace('\\', '/') + '/'
|
||||
if os.name != 'nt':
|
||||
origin = unicode(origin, sys.getfilesystemencoding())
|
||||
document.header[i:i] = ["\\origin " + origin]
|
||||
|
Loading…
Reference in New Issue
Block a user