From 84a7a1cd63a7fb51551ce29dba4f19a79e896486 Mon Sep 17 00:00:00 2001 From: Phyks Date: Mon, 8 Jun 2015 21:15:18 +0200 Subject: [PATCH] Absolute paths for bib index --- bmc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmc.py b/bmc.py index 3887c62..dcb4c1c 100755 --- a/bmc.py +++ b/bmc.py @@ -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: