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
For now, load_signatures will by default print out an error message when it cannot load a signature from a file, but will not raise an exception. The error message isn't particularly clear - at the least we should make sure to report what file is causing the problem.
A complementary and perhaps better idea is to write a new function for loading signatures from multiple files and directories that does better reporting
The text was updated successfully, but these errors were encountered:
For now,
load_signatures
will by default print out an error message when it cannot load a signature from a file, but will not raise an exception. The error message isn't particularly clear - at the least we should make sure to report what file is causing the problem.A complementary and perhaps better idea is to write a new function for loading signatures from multiple files and directories that does better reporting
The text was updated successfully, but these errors were encountered: