perf: 修改 ansible 执行

This commit is contained in:
ibuler
2022-10-10 13:56:42 +08:00
committed by 老广
parent 4e5a7a0a25
commit 9a0bae5bfd
11 changed files with 57 additions and 31 deletions

View File

@@ -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)