Skip to content

Commit

Permalink
amend bakta_io logger prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Oct 16, 2024
1 parent ac8ac1c commit 4f301d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakta/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main():
cfg.force = args.force
log.info('force=%s', args.force)

bu.setup_logger(output_path, cfg.prefix, args)
bu.setup_logger(output_path, f'{cfg.prefix}.reconstruction', args)
log.info('prefix=%s', cfg.prefix)
log.info('output=%s', output_path)

Expand Down

0 comments on commit 4f301d2

Please sign in to comment.