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
This module defines a FileHandler for the logging in the current working directory for the user when this module first gets imported. If that directory is removed later by the user, it will cause an Exception when performing headerlet operations later in another directory.
By itself, this is a relatively rare occurrence during use of this code. However, this code relies on use of a decorator which may not be necessary given what Python's logging module can do.
The text was updated successfully, but these errors were encountered:
This module defines a FileHandler for the logging in the current working directory for the user when this module first gets imported. If that directory is removed later by the user, it will cause an Exception when performing headerlet operations later in another directory.
By itself, this is a relatively rare occurrence during use of this code. However, this code relies on use of a decorator which may not be necessary given what Python's logging module can do.
The text was updated successfully, but these errors were encountered: