You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid to invoke logging.info before calling logging.basicConfig.
When we call logging.info before calling logging.basicConfig,
logging.basicConfig may fail, so in the previous code, if our electron number is
missing, we would see an empty logging. So this commit does not logging the
information about missing electron number instead to save the logging basic
config.
0 commit comments