Update logging for pickle
This commit is contained in:
parent
5d47812d4f
commit
23255745f1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue