Update utils/io_utils.py
Browse files- utils/io_utils.py +2 -2
utils/io_utils.py
CHANGED
@@ -2,8 +2,8 @@ import os
|
|
2 |
|
3 |
import yaml
|
4 |
|
5 |
-
YAML_PATH = "
|
6 |
-
LOG_FILE = "temp_log"
|
7 |
|
8 |
|
9 |
class Dumper(yaml.Dumper):
|
|
|
2 |
|
3 |
import yaml
|
4 |
|
5 |
+
YAML_PATH = "../cicd/configs"
|
6 |
+
LOG_FILE = "../temp_log"
|
7 |
|
8 |
|
9 |
class Dumper(yaml.Dumper):
|