-
-
Notifications
You must be signed in to change notification settings - Fork 954
-
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.
All reactions
Answered by
Byron
Mar 13, 2021
Probably one can be built like this...
d = {message: commit.message} # add more fields as needed
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.
All reactions
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment