diff --git a/papers/files.py b/papers/files.py index 0af1cda..752262c 100644 --- a/papers/files.py +++ b/papers/files.py @@ -21,10 +21,10 @@ try: import pybtex.database.output.bibyaml except ImportError: - print(ui.dye('error', ui.error) + - ": you need to install Pybtex; try running 'pip install" + print(color.dye('error', color.error) + + ": you need to install Pybtex; try running 'pip install " "pybtex' or 'easy_install pybtex'") - + exit(-1) _papersdir = None