Skip to content
Snippets Groups Projects
Commit 0f210dac authored by Oriol Tintó Prims's avatar Oriol Tintó Prims
Browse files

Bugfix in INFO.

parent 438f4346
No related branches found
No related tags found
1 merge request!2Split prepare_rundir.sh into three different stages for the whole experiment,...
......@@ -3,7 +3,7 @@ import logging
# Set logging level to info.
logger = logging.getLogger("compress")
logger.setLevel(logger.info)
logger.setLevel(logging.INFO)
def compress_outputs():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment