Delete return value

This commit is contained in:
Shay Nehmad 2020-08-31 18:12:01 +03:00
parent 5696c3e536
commit 1a4d27d7ff
1 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@ def get_winAPI_to_hide_files():
fileCreation = win32file.CREATE_ALWAYS # overwrite existing file
fileFlags = win32file.FILE_ATTRIBUTE_HIDDEN # make hidden
_ = win32file.CreateFile(HIDDEN_FILE_WINAPI,
win32file.CreateFile(HIDDEN_FILE_WINAPI,
fileAccess,
0, # sharing mode: 0 => can't be shared
None, # security attributes