fix: add context in the create_thread#102
Conversation
|
Why is this change needed? |
this Change was needed to support edx-platform tests as in tests different value for context was being used instead of only default(i.e. |
|
OK. I was asking that to improve the git commit title message. In the git information, try to describe not what you are doing, but why you are doing it. The code shows the what. The git information should tell readers the reason for the change. In this particular case, a better git commit title would have been something along the lines of: "fix: edx-platform tests crash with 'FooBar' exception". And then, in the git commit message (always include a git commit message!!!) you explain how your change resolves the issue mentioned in the title. |
Add context field in the create_thread