Test writing statistics

This commit is contained in:
Matthias
2020-06-27 19:48:45 +02:00
parent 5b1a7ba00f
commit 59ac4b9c9a
2 changed files with 28 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ def _backup_file(file: Path, copy_file: bool = False) -> None:
"""
Backup existing file to avoid deleting the user file
:param file: complete path to the file
:param touch_file: create an empty file in replacement
:param copy_file: keep file in place too.
:return: None
"""
file_swp = str(file) + '.swp'