Skip to content

Commit

Permalink
fixed #17: 通过 filterwarnings 来去除了 Runtime Warning ,但此问题尚未解决,后续需要关注
Browse files Browse the repository at this point in the history
  • Loading branch information
bestony committed Oct 2, 2018
1 parent be18734 commit 22988c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grank/core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import click
import sys
import warnings
warnings.filterwarnings('ignore')

if sys.version_info[0] != 3:
"""设置 Python 3 的判断如果不是 Python 3 则退出"""
Expand Down

0 comments on commit 22988c4

Please sign in to comment.