Closed
Description
I'm not sure what caused these, although they are not fatal and not treated as errors to fail the tests:
======================= 928 passed, 2 skipped in 11.14s ========================
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/build/python-cmd2/src/cmd2-2.0.0/cmd2/cmd2.py", line 4530, in _persist_history
pickle.dump(self.history, fobj)
_pickle.PicklingError: Can't pickle <class 'cmd2.history.History'>: it's not the same object as cmd2.history.History
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/build/python-cmd2/src/cmd2-2.0.0/cmd2/cmd2.py", line 4530, in _persist_history
pickle.dump(self.history, fobj)
_pickle.PicklingError: Can't pickle <class 'cmd2.history.History'>: it's not the same object as cmd2.history.History
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/build/python-cmd2/src/cmd2-2.0.0/cmd2/cmd2.py", line 4530, in _persist_history
pickle.dump(self.history, fobj)
_pickle.PicklingError: Can't pickle <class 'cmd2.history.History'>: it's not the same object as cmd2.history.History
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/build/python-cmd2/src/cmd2-2.0.0/cmd2/cmd2.py", line 4530, in _persist_history
pickle.dump(self.history, fobj)
_pickle.PicklingError: Can't pickle <class 'cmd2.history.History'>: it's not the same object as cmd2.history.History
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/build/python-cmd2/src/cmd2-2.0.0/cmd2/cmd2.py", line 4530, in _persist_history
pickle.dump(self.history, fobj)
_pickle.PicklingError: Can't pickle <class 'cmd2.history.History'>: it's not the same object as cmd2.history.History
Metadata
Metadata
Assignees
Labels
No labels