forked from mttu-developers/konabot
重构 ptimeparse 模块
This commit is contained in:
@ -12,4 +12,5 @@ def filter(change: Change, path: str) -> bool:
|
||||
return False
|
||||
if Path(path).absolute().is_relative_to((base / ".git").absolute()):
|
||||
return False
|
||||
print(path)
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user