1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 15:27:59 +00:00

Add unit tests

This commit is contained in:
Marcel Robitaille
2019-01-20 16:03:15 -04:00
parent ae00dce6a3
commit 6d8afa484c
3 changed files with 157 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ class Installer:
if os.path.isfile(dst):
msg = ''.join([
'Remove regular file "{}" and ',
'Remove regular file {} and ',
'replace with empty directory?',
]).format(dst)