Skip to content

Commit

Permalink
Update ted.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MS-elug authored Jun 6, 2024
1 parent be7511c commit d040c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ted.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def main():
print(f"Loader uses from github workspace: {clone_path}")
loader = DirectoryLoader(
path=clone_path,
glob=generator.get_file_glob(),
glob="**/*.java",
# @TODO Find a way to use glob with extensions: "**/*{" +",".join(generator.getFileExtensions()) + "}",
show_progress=True,
loader_cls=TextLoader
Expand Down Expand Up @@ -240,4 +240,4 @@ def parse_arguments():
# Main
# -------------------------------------------------------------------------------------------
if __name__ == "__main__":
main()
main()

0 comments on commit d040c8e

Please sign in to comment.