1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-24 07:02:26 +01:00

Fixed deduction of archive name.

When in different directory, the archive name and config need to be
treated differently. This commit unify behavior for both cases.

Also, changing a bit logging format and added some more debugging
messages.
This commit is contained in:
2024-09-12 20:29:32 +02:00
parent 148d28dac2
commit 463f6ed705
2 changed files with 8 additions and 3 deletions

View File

@@ -27,7 +27,8 @@ def setup_logger(options):
level = logging.DEBUG
logging.basicConfig(level=level,
format="%(asctime)s %(levelname)s: %(message)s")
format="%(asctime)s %(levelname)s\t%(filename)s:"
"%(lineno)d:\t\t%(message)s")
def parse_args():