Guest User

Untitled

a guest
Feb 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ∴ /Users/sam/Development/pygments-main
  2. λ make
  3. find . -name '*.pyc' -exec rm -f {} +
  4. find . -name '*.pyo' -exec rm -f {} +
  5. find . -name '*~' -exec rm -f {} +
  6. ez_setup.py:95: trailing whitespace
  7. pygments/__init__.py:21: line too long
  8. pygments/formatters/img.py:114: "not found in registry'"
  9. pygments/lexers/agile.py:1213: trailing whitespace
  10. pygments/lexers/compiled.py:944: line too long
  11. pygments/lexers/compiled.py:946: line too long
  12. pygments/lexers/compiled.py:948: line too long
  13. pygments/lexers/compiled.py:975: line too long
  14. 8 errors found.
  15. make: *** [check] Error 1
Add Comment
Please, Sign In to add comment