Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk committed Sep 29, 2024
1 parent 9c20391 commit 6b6ccd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/docs_get_providers_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ def validate_overview_is_complete(documented_providers):


def validate_all_providers_are_documented(documented_providers):
sys.path.insert(0, '..')
current_dir = os.path.dirname(os.path.abspath(__file__))
parent_dir = os.path.dirname(current_dir)
sys.path.insert(0, parent_dir)

documented_providers = [provider.lower() for provider in documented_providers]
from keep.providers.providers_factory import ProvidersFactory
Expand Down

0 comments on commit 6b6ccd5

Please sign in to comment.