Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix syntax error in analyse.py #5

Merged
merged 1 commit into from
Jun 4, 2018
Merged

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jun 3, 2018

flake8 testing of https://github.com/yangxuanxc/wechat_friends on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./analyse.py:204:55: E999 SyntaxError: invalid syntax
    word_cloud('微信好友昵称',NickName_list,num_list,[18,18]])
                                                      ^
1     E999 SyntaxError: invalid syntax
1

flake8 testing of https://github.com/yangxuanxc/wechat_friends on Python 3.6.3

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./analyse.py:204:55: E999 SyntaxError: invalid syntax
    word_cloud('微信好友昵称',NickName_list,num_list,[18,18]])
                                                      ^
1     E999 SyntaxError: invalid syntax
1
```
@yangxuanxc yangxuanxc merged commit 06e7dad into yangxuanxc:master Jun 4, 2018
@cclauss cclauss deleted the patch-1 branch June 4, 2018 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants