a.gargano
Results
1
comments of
a.gargano
I am a Windows user and solved it without modifying line 46 as @wzm2256. I changed line 93 with the following ``` save_folder = pathvalidate.sanitize_filepath(save_folder,"_","auto") if pathvalidate.is_valid_filepath(save_folder): try: os.makedirs(save_folder) except...