Commits on Source (3)
-
Angelos Evripiotis authored
Previously, include a directory result in an error like this: mydir is a directory. bst command expects a .bst file. Note that the file containing the include was not mentioned. Now we get an error like this instead: element.bst [line 12 column 0]: Include block references a directory instead of a file: 'mydir'.
-
Angelos Evripiotis authored
Avoid an unnecessary call to os.path.join().
-
Angelos Evripiotis authored
Don't create and remove temp dirs unnecessarily when they are not used, looks like these were just copy-pastes without intended side-effects.