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
I'm running pyFileFixity on Windows and it fails if a file name has special characters in it. Is there a fix for this? If a file has a special character the script aborts claiming the files don't exist but the files do in fact exist.
IOError: [Errno 2] No such file or directory:('C:\directory\file that (does) exist.jpg')
The text was updated successfully, but these errors were encountered:
I'm running pyFileFixity on Windows and it fails if a file name has special characters in it. Is there a fix for this? If a file has a special character the script aborts claiming the files don't exist but the files do in fact exist.
IOError: [Errno 2] No such file or directory:('C:\directory\file that (does) exist.jpg')
The text was updated successfully, but these errors were encountered: