Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
3.4 23/1/30 19/00
Browse files Browse the repository at this point in the history
修复匹配不到报异常问题
  • Loading branch information
XGZ authored and XGZ committed Jan 30, 2023
1 parent ff70c8f commit f8c74a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conn/mission/sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def finishing_text(self, text_str: str):
ex_name = self.sundries.looking(rep.get(list(rep.keys())[0])["expport"])
if not ex_name:
self.logger.write_log(f"没有查询到 {poi}")
return []
# 发送去队列了
spell += 'export NOT_TYPE="no";'
self.sundries.tx_compared([mark, ex_name, spell])
Expand Down

0 comments on commit f8c74a8

Please sign in to comment.