ZeroCommand commited on
Commit
49f5e28
·
verified ·
1 Parent(s): b6dea97

Update utils/io_utils.py

Browse files
Files changed (1) hide show
  1. 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 = "./cicd/configs"
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):