Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fix bug on Win10 #891
Conversation
0chunhui
added some commits
Jan 4, 2018
| - os.remove('autojump.png') | ||
| + try: | ||
| + os.remove('autojump.png') | ||
| + except Exception,e: |
0chunhui commentedJan 4, 2018
本次 PR 主要做的事情:
fix bug on Win10
修改后最高分数:x