nut icon indicating copy to clipboard operation
nut copied to clipboard

[Linter issue] Access to a protected member _path of a client class

Open introkun opened this issue 4 years ago • 0 comments

Describe the bug Access to a protected member _path of a client class: https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/init.py#L188 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/init.py#L259 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/init.py#L266 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/init.py#L580 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/init.py#L1233 https://github.com/blawar/nut/blob/8b7b8ab0f410cd3985a4f023eecf3622cfaba21b/nut/init.py#L1262

To Reproduce Steps to reproduce the behaviour:

  1. run linter on nut/init.py file

Actual behaviour Linter message: Access to a protected member _path of a client class

Expected behaviour No linter issues

NUT version (or git hash):

  • Nut: 3.0
  • Git hash 8b7b8ab0

introkun avatar Jan 14 '21 19:01 introkun