mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 01:11:57 +00:00
perf: 修改 ansible 执行
This commit is contained in:
@@ -39,7 +39,7 @@ class BaseFileParser(BaseParser):
|
||||
|
||||
@abc.abstractmethod
|
||||
def generate_rows(self, stream_data):
|
||||
raise NotImplemented
|
||||
raise NotImplementedError
|
||||
|
||||
def get_column_titles(self, rows):
|
||||
return next(rows)
|
||||
|
Reference in New Issue
Block a user