Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extraneous 'import pickle' statements #32

Merged
merged 1 commit into from
Aug 6, 2019

Conversation

tripleee
Copy link
Collaborator

@tripleee tripleee commented Aug 4, 2019

As mentioned in #31

Also, a few except handlers in Bot.py specific to pickle -- I have assumed that there is nothing in jsonpickle which could cause these, and that they simply were left around from an earlier version of the code, but please review this particular assumption.

Also, a few except handlers in Bot.py specific to pickle
@tripleee tripleee requested a review from double-fault August 4, 2019 12:38
Copy link
Member

@double-fault double-fault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Has this been tested? That is, have you tried installing the changes locally and verified whether a sample bot runs successfully on it?

I don't think a new release will be necessary since some extra code is quite harmless; still, feel free to make one if you'd like to.

@tripleee
Copy link
Collaborator Author

tripleee commented Aug 5, 2019

Yeah, the simple example script works fine at least. Unsure what exactly could still use pickle as I find no references to it in the code -- is there something specific I should test still?

@double-fault double-fault self-requested a review August 6, 2019 01:51
@double-fault double-fault merged commit 6480dd3 into SOBotics:master Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants