Searched refs:boot_event_file (Results 1 – 1 of 1) sorted by relevance
472 def load_boot_event_file(self, boot_event_file): argument473 if not os.path.exists(boot_event_file):474 print("Error, invalid config file %s" % boot_event_file)477 with open(boot_event_file, encoding='utf-8') as content: