Skip to content

Commit

Permalink
Updated config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalJadhav5 committed Feb 8, 2024
1 parent 4ab162f commit 5f93324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pebblo/app/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ logging:
level: info
reports:
format: pdf
outputDir: ~./pebblo
outputDir: ~/.pebblo
2 changes: 1 addition & 1 deletion pebblo/app/enums/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CacheDir(Enum):
metadata_file_path = f"{metadata_folder}/metadata.json"
report_file_name = "report.json"
pdf_report_file_name = "pebblo_report.pdf"
home_dir = config_details.get('reports', {}).get('outputDir', '~./pebblo')
home_dir = config_details.get('reports', {}).get('outputDir', '~/.pebblo')


class ReportConstants(Enum):
Expand Down

0 comments on commit 5f93324

Please sign in to comment.