fix: 删除head
This commit is contained in:
parent
430d2b8f8a
commit
2adb1cbc2e
@ -388,7 +388,6 @@ def process_path(
|
|||||||
for file_path in Path(path).rglob("*")
|
for file_path in Path(path).rglob("*")
|
||||||
if file_path.suffix in SUPPORTED_EXTENSIONS
|
if file_path.suffix in SUPPORTED_EXTENSIONS
|
||||||
]
|
]
|
||||||
<<<<<<< HEAD
|
|
||||||
if mode == "llm":
|
if mode == "llm":
|
||||||
results = GPTdetectFileList(all_files)
|
results = GPTdetectFileList(all_files)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user