mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
pygments print to debug
This commit is contained in:
parent
1f314ab573
commit
63c9fdff66
1 changed files with 4 additions and 2 deletions
|
@ -298,9 +298,11 @@ def load_or_build():
|
|||
else:
|
||||
import sys
|
||||
|
||||
print("pygments cache not found, building...", file=sys.stderr)
|
||||
if DEBUG:
|
||||
print("pygments cache not found, building...", file=sys.stderr)
|
||||
CACHE = build_cache()
|
||||
print("...writing cache to " + fname, file=sys.stderr)
|
||||
if DEBUG:
|
||||
print("...writing cache to " + fname, file=sys.stderr)
|
||||
write_cache(fname)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue