We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6958319 commit 8243a70Copy full SHA for 8243a70
1 file changed
elementary/config/config.py
@@ -95,12 +95,8 @@ def __init__(
95
config.get("target-path"),
96
self.DEFAULT_TARGET_PATH,
97
)
98
- print(target_path)
99
- print(config)
100
- print(self.DEFAULT_TARGET_PATH)
101
- print(self.target_dir)
102
- os.makedirs(os.path.abspath(self.target_dir), exist_ok=True)
103
+ os.makedirs(os.path.abspath(self.target_dir), exist_ok=True)
104
os.environ["DBT_LOG_PATH"] = os.path.abspath(self.target_dir)
105
106
self.update_bucket_website = self._first_not_none(
0 commit comments