Skip to content

Commit

Permalink
adding error print
Browse files Browse the repository at this point in the history
  • Loading branch information
nolan committed Jul 12, 2024
1 parent 14d6e83 commit 46c12a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def run_terragrunt(directory):
print(f"Directory = ", directory)
return result.stdout
except subprocess.CalledProcessError as e:
print(f"Error: ", e)
return None

def process_directory(directory, config):
Expand Down

0 comments on commit 46c12a2

Please sign in to comment.