Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThejasNU committed Jan 30, 2025
1 parent 1a31ad0 commit 5925aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/agentc_core/agentc_core/catalog/directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def scan_directory(
if opts:
current_dir = os.getcwd()
user_target_dir = os.path.abspath(os.path.join(current_dir, root_dir))

# Find all ignore files in the directory tree till user mentioned directory.
for root, _dirs, files in os.walk(current_dir):
# Ignore path if it does not appear in the path towards user mentioned directory.
Expand Down

0 comments on commit 5925aa1

Please sign in to comment.