Absolute paths for bib index

This commit is contained in:
Phyks 2015-06-08 21:15:18 +02:00
parent e7edf7e5bf
commit 84a7a1cd63
1 changed files with 1 additions and 1 deletions

2
bmc.py
View File

@ -216,7 +216,7 @@ def addFile(src, filetype, manual, autoconfirm, tag, rename=True):
config.get("folder")+".")
else:
new_name = src
bibtex['file'] = new_name
bibtex['file'] = os.path.abspath(new_name)
# Remove first page of IOP papers
try: