Advertisement
Guest User

lint.py

a guest
Mar 23rd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./stuff/hook_tools/lint.py", line 223, in <module>
  3. main()
  4. File "./stuff/hook_tools/lint.py", line 194, in main
  5. args, linter(options), filtered_files,
  6. File "/opt/omegaup/stuff/hook_tools/linters.py", line 388, in __init__
  7. self.__common_args = [_which('phpcbf'), '--encoding=utf-8',
  8. File "/opt/omegaup/stuff/hook_tools/linters.py", line 34, in _which
  9. raise Exception('`%s` not found' % program)
  10. Exception: `phpcbf` not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement