-
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.
-
Probably one can be built like this… d = {message: commit.message} # add more fields as needed |
Beta Was this translation helpful? Give feedback.
Probably one can be built like this…