Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/vsc/utils/fancylogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def _env_to_boolean(varname, default=False):
# enable mpi rank when mpi is used
FANCYLOG_FANCYRECORD = True
DEFAULT_LOGGING_FORMAT = DEFAULT_LOGGING_FORMAT_MPI
except ImportError:
except Exception:
pass


Expand Down
Loading