1
Fork 0

Update logging for pickle

This commit is contained in:
Edgar P. Burkhart 2022-05-09 20:22:40 +02:00
parent 5d47812d4f
commit 23255745f1
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ args = parser.parse_args()
logging.basicConfig(level=max((10, 20 - 10 * args.verbose)))
log = logging.getLogger("ola_post")
log.info("Starting sws -> olaFlow converter")
log.info("Starting pickling")
out = args.output
out.mkdir(parents=True, exist_ok=True)