Skip to content

Commit

Permalink
DEBUG: show sys.path
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Aug 4, 2023
1 parent b239634 commit 6d6dc31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions borg_the_docs/borg_the_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
import github_action_utils as gha_utils
import os

import sys
gha_utils.debug(f"sys.path = {sys.path}")

from borg_the_docs_action.files import BorgedConfFile


Expand Down

0 comments on commit 6d6dc31

Please sign in to comment.