You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
str.splitlines() takes one argument keepends: it is a keyword argument in Python 3, but it is only positional in Python 2.
The following line in open_slk triggers an error with Python 2:
str.splitlines() takes one argument
keepends
: it is a keyword argument in Python 3, but it is only positional in Python 2.The following line in open_slk triggers an error with Python 2:
The bug is fixed in PR #769
The text was updated successfully, but these errors were encountered: