Loading tools/builder/builder.py +2 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ import requests from yaml import full_load, YAMLError from jinja2 import Environment, FileSystemLoader, TemplateNotFound # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading tools/job_customs/job_customs.py +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ import yaml import argparse import re # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading tools/job_image/job_image.py +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ import logging import yaml import argparse # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading tools/job_labels/job_labels.py +2 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ from urllib.parse import quote, urlencode from os import getenv, listdir import requests # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading tools/job_structure/job_structure.py +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ import logging import sys import yaml # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading Loading
tools/builder/builder.py +2 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ import requests from yaml import full_load, YAMLError from jinja2 import Environment, FileSystemLoader, TemplateNotFound # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading
tools/job_customs/job_customs.py +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ import yaml import argparse import re # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading
tools/job_image/job_image.py +2 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ import logging import yaml import argparse # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading
tools/job_labels/job_labels.py +2 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ from urllib.parse import quote, urlencode from os import getenv, listdir import requests # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading
tools/job_structure/job_structure.py +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ import logging import sys import yaml # Import the config module # Set the Path and import the config module sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading