Loading tools/builder/builder.py +1 −1 Original line number Diff line number Diff line Loading @@ -32,8 +32,8 @@ import argparse # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading tools/job_customs/job_customs.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ import re # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading tools/job_gitlab_labels/job_gitlab_labels.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ import argparse # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() def get_labels(project_name, with_counts=False, include_ancestor_groups=True, search=""): Loading tools/job_image/job_image.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ import argparse # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() def argparse_setup(): Loading tools/job_structure/job_structure.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ from yaml import full_load, YAMLError # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() # List of available labels for jobs Loading Loading
tools/builder/builder.py +1 −1 Original line number Diff line number Diff line Loading @@ -32,8 +32,8 @@ import argparse # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading
tools/job_customs/job_customs.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ import re # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() Loading
tools/job_gitlab_labels/job_gitlab_labels.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ import argparse # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() def get_labels(project_name, with_counts=False, include_ancestor_groups=True, search=""): Loading
tools/job_image/job_image.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ import argparse # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() def argparse_setup(): Loading
tools/job_structure/job_structure.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ from yaml import full_load, YAMLError # Import the Config module and set the path to run the script from root project # /!\ This instruction is only working if you run this script from the root of the project from tools.utils.utils import Config sys.path.insert(0, "./") from tools.utils.utils import Config utils = Config() # List of available labels for jobs Loading