We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4e0c4 commit 26988a1Copy full SHA for 26988a1
pioinstaller/util.py
@@ -68,7 +68,7 @@ def _onerror(func, path, __):
68
os.chmod(path, st_mode | stat.S_IWRITE)
69
func(path)
70
71
- return shutil.rmtree(path, onerror=_onerror)
+ return shutil.rmtree(path, onerror=_onerror) # pylint: disable=deprecated-argument
72
73
74
def find_file(name, path):
0 commit comments