fix typing problems

This commit is contained in:
qingxu fu
2023-08-29 23:46:40 +08:00
parent ef4203f5ca
commit f40d48b014
5 changed files with 7 additions and 5 deletions

View File

@@ -145,6 +145,8 @@ def get_files_from_everything(txt, preference=''):
project_folder = txt
file_manifest = [f for f in glob.glob(f'{project_folder}/**/*.md', recursive=True)]
else:
project_folder = None
file_manifest = []
success = False
return success, file_manifest, project_folder