Skip to content

Conversation

@adarshp
Copy link

@adarshp adarshp commented Dec 15, 2017

I added '.bcf' to the outputs list - otherwise I was getting a 'malformed bcf' error the first time I ran latexrun on a file, with a biber backend.

I added '.bcf' to the outputs list - otherwise I was getting a 'malformed bcf' error the first time I ran latexrun on a file, with a biber backend.
latexrun Outdated
if self.__is_biber():
outbase = os.path.join(cwd, outbase)
outputs = [outbase + '.bbl', outbase + '.blg']
outputs = [outbase+ext for ext in ['.bbl','.blg','.bcf']

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are missing a closing bracket

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching that! I've committed a revised version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants