This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Description
λ python -m potodo
Traceback (most recent call last):
File "D:\Programmation\Python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\Programmation\Python38\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\Programmation\Traduction\potodo\io\lib\site-packages\potodo\__main__.py", line 3, in <module>
__import__("potodo.potodo").potodo.main()
File "D:\Programmation\Traduction\potodo\io\lib\site-packages\potodo\potodo.py", line 488, in main
exec_potodo(**args)
File "D:\Programmation\Traduction\potodo\io\lib\site-packages\potodo\potodo.py", line 203, in exec_potodo
non_interactive_output(
File "D:\Programmation\Traduction\potodo\io\lib\site-packages\potodo\potodo.py", line 88, in non_interactive_output
po_files_and_dirs = get_po_stats_from_repo_or_cache(path, ignore_matches, no_cache)
File "D:\Programmation\Traduction\potodo\io\lib\site-packages\potodo\po_file.py", line 119, in get_po_stats_from_repo_or_cache
set_cache_content(
File "D:\Programmation\Traduction\potodo\io\lib\site-packages\potodo\cache.py", line 41, in set_cache_content
os.rename(tmp.name, path)
FileExistsError: [WinError 183] Impossible de créer un fichier déjà existant: 'D:\\Programmation\\Traduction\\python-docs-fr\\.potodo\\cache.pickley_wd2wt8' -> 'D:\\Programmation\\Traduction\\python-docs-fr/.potodo/cache.pickle'
Bisoux