Closed harryrbob closed 4 years ago
when the filename has got characters like '(', : ')' it fails, error ...../\LPIC-1: System Administrator\01 Introduction.part'
OSError: [Errno 22] Invalid argument: '..../\LPIC-1: System Administrator\04 Exam 1 (102) - Linux installation and package management'
This error occurred because of character ":" (colon). Windows doesn't allow this character in folder name. I am facing the same problem. We have to replace this : with blank space.
when the filename has got characters like '(', : ')' it fails, error ...../\LPIC-1: System Administrator\01 Introduction.part'
OSError: [Errno 22] Invalid argument: '..../\LPIC-1: System Administrator\04 Exam 1 (102) - Linux installation and package management'