|
Need to convert Commit object to dictionary, to use it in multiprocessing. Please let me know how can it be done. |
Answered by
Byron
Mar 13, 2021
Replies: 1 comment
|
Probably one can be built like this… d = {message: commit.message} # add more fields as needed |
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably one can be built like this…