mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix bug #8379: LyX Archive fails to include BibTeX files
This commit is contained in:
parent
1822a10639
commit
f6fde4b553
@ -160,7 +160,7 @@ def gather_files(curfile, incfiles, lyx2lyx):
|
||||
j = 0
|
||||
while j < len(bibfiles):
|
||||
if os.path.isabs(bibfiles[j]):
|
||||
file = bibfiles[j]
|
||||
file = bibfiles[j] + '.bib'
|
||||
else:
|
||||
file = os.path.join(curdir, bibfiles[j] + '.bib')
|
||||
if os.path.exists(file):
|
||||
|
Loading…
Reference in New Issue
Block a user