Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update default log_path
  • Loading branch information
ChenyuLInx committed Feb 7, 2023
commit 9b9c9080ec3b161e4a3fa4323f30263d2e0a7b54
2 changes: 1 addition & 1 deletion core/dbt/cli/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def assign_params(ctx, params_assigned_from_default):
partial = PartialProject.from_project_root(
project_dir, verify_version=getattr(self, "VERSION_CHECK", True)
)
log_path = str(partial.project_dict.get("log-path"))
log_path = str(partial.project_dict.get("log-path", log_path))
except DbtProjectError:
pass

Expand Down