We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476e92d commit 9f67bdaCopy full SHA for 9f67bda
1 file changed
bin/check_db
@@ -63,15 +63,6 @@ def parse_args():
63
return parser.parse_args()
64
65
66
-def load_pickle(fp):
67
- """Load a pickle file with Python 2/3 compatibility."""
68
- try:
69
- return pickle.load(fp, fix_imports=True, encoding='latin1')
70
- except Exception as e:
71
- print('Error loading pickle file:', e)
72
- return None
73
-
74
75
def testfile(dbfile, listname=None, verbose=0):
76
"""Test the integrity of a list's config database file."""
77
try:
0 commit comments