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
Since basicConfig(...) should only be called by the main thread/application and is idempotent, any script/module importing powerplantmatching cannot use basicConfig(...) to configure its logger, unless the logger configuration is done before importing PPM.
-> this should be removed
The text was updated successfully, but these errors were encountered:
PPM uses
logging.basicConfig(...)
here:powerplantmatching/powerplantmatching/core.py
Line 59 in afe4560
Since
basicConfig(...)
should only be called by the main thread/application and is idempotent, any script/module importingpowerplantmatching
cannot usebasicConfig(...)
to configure its logger, unless the logger configuration is done before importing PPM.-> this should be removed
The text was updated successfully, but these errors were encountered: