Exemplo n.º 1
0
 def __init__(self, config, debug_level=0):
     self.config_file = config
     if self.config_file:
         try:
             self.jc = west_config(self.config_file,
                                   debug_level=debug_level)
         except Exception as e:
             print('ERROR:', e)
             raise
Exemplo n.º 2
0
 def __init__(self, config, debug_level=0):
     self.jc = west_config(sys.argv[1], debug_level=3)
Exemplo n.º 3
0
 def __init__(self, config, debug_level=0):
     self.jc = west_config(sys.argv[1], debug_level=3)