Wesley Kerfoot
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deletefb/tools/archive.py
|
@ -38,7 +38,7 @@ class Archive: |
|
|
def archiver(archive_type): |
|
|
def archiver(archive_type): |
|
|
|
|
|
|
|
|
archive_file = open( |
|
|
archive_file = open( |
|
|
(Path(".") / Path(archive_type).name).with_suffix(".log"), |
|
|
str((Path(".") / Path(archive_type).name).with_suffix(".log")), |
|
|
mode="ta", |
|
|
mode="ta", |
|
|
buffering=1 |
|
|
buffering=1 |
|
|
) |
|
|
) |
|
|