Searched refs:script_file_path (Results 1 – 1 of 1) sorted by relevance
533 def ProcessScript(self, script_file_path): argument546 if not script_file_path.endswith(".py"):547 logging.error("Script file is not .py file: %s" % script_file_path)550 script_module = imp.load_source('script_module', script_file_path)560 def ProcessConfigurableScript(self, script_file_path, **kwargs): argument576 if script_file_path and not script_file_path.endswith(".py"):577 script_file_path += ".py"579 if not script_file_path.endswith(".py"):580 logging.error("Script file is not .py file: %s", script_file_path)592 script_module = imp.load_source('script_module', script_file_path)