Skip to content

Commit 0c04415

Browse files
committed
remove info-less line, fix double-line bug, remove whitespace
1 parent d2a3e56 commit 0c04415

File tree

2 files changed

+32
-2448
lines changed

2 files changed

+32
-2448
lines changed

interview/find_ng.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,14 @@ def write(row, is_pub_col):
2929
continue # skip header
3030

3131
if section == u"公開WEB情報":
32+
if not items[1]: continue
3233
count.update([items[2]])
3334
write(items, 2)
3435

3536
if section == u"履歴書的経歴":
3637
count.update([items[7]])
3738
write(items, 7)
3839

39-
if section == u"履歴書的経歴":
40-
count.update([items[7]])
41-
write(items, 7)
42-
4340
if section == u"人物像":
4441
count.update([items[2]])
4542
write(items, 2)

0 commit comments

Comments
 (0)