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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user