mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Don't fix headers in /build
This commit is contained in:
@@ -132,6 +132,8 @@ def findHeadersAndFiles():
|
||||
dirs.remove(".git")
|
||||
if "developer.github.com" in dirs:
|
||||
dirs.remove("developer.github.com")
|
||||
if "build" in dirs:
|
||||
dirs.remove("build")
|
||||
|
||||
for filename in files:
|
||||
fullname = os.path.join(root, filename)
|
||||
|
||||
Reference in New Issue
Block a user