sanyassh
sanyassh

Reputation: 8500

PyCharm thinks that function "open" doesn't have argument "opener"

Here is what I have:

enter image description here

Argument "opener" is not listed in possible function calls' arguments. Is it a PyCharm bug or something else?

PyCharm 2018.3.5 Community Edition, Python 3.6.0 on Windows 7.

Upvotes: 1

Views: 50

Answers (1)

user2235698
user2235698

Reputation: 7579

It'll be fixed in upcoming 2019.3, EAP is already available: https://www.jetbrains.com/pycharm/nextversion/

Upvotes: 2

Related Questions