Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. $ git diff -U0 HEAD~22.. | ./contrib/devtools/clang-format-diff.py -p1 -i -v
  2. Formatting src/test/gen/script_gen.h
  3. Traceback (most recent call last):
  4. File "./contrib/devtools/clang-format-diff.py", line 164, in <module>
  5. main()
  6. File "./contrib/devtools/clang-format-diff.py", line 147, in main
  7. stderr=None, stdin=subprocess.PIPE)
  8. File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
  9. errread, errwrite)
  10. File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
  11. raise child_exception
  12. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement