-
Need to convert Commit object to dictionary, to use it in multiprocessing. Please let me know how can it be done. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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…