|
@ -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 |
|
|
) |
|
|
) |
|
|