FIX bug in color handling
This commit is contained in:
parent
70eec18c1d
commit
8b0baede88
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user