예제 #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
예제 #2
0
 def __init__(self, config, debug_level=0):
     self.jc = west_config(sys.argv[1], debug_level=3)
예제 #3
0
파일: west_server.py 프로젝트: tanupoo/west
 def __init__(self, config, debug_level=0):
     self.jc = west_config(sys.argv[1], debug_level=3)