devel 코드 merge

This commit is contained in:
2019-04-07 22:58:44 +09:00
18 changed files with 944 additions and 142 deletions
+2
View File
@@ -184,6 +184,8 @@ def extractGeneralList(generalSheet, nationList={}, nationChiefInfo={}):
if len(row) < 13:
row.append('')
row[12] = row[12].strip()
if len(row[12]) > 99:
row[12] = row[12][:99]
if row[12] == '':
row.pop()