Fixes #40353 TypeError: must be str or None, not bytes
This commit is contained in:
parent
4ec06bcaa3
commit
40a7830694
|
|
@ -142,7 +142,7 @@ class StackDisplayWorld(World):
|
|||
self.repo.stage([self.relative_STACK_FN])
|
||||
commit_id = self.repo.do_commit(
|
||||
'message',
|
||||
committer='Simon Forman <forman.simon@gmail.com>',
|
||||
committer=b'Simon Forman <forman.simon@gmail.com>',
|
||||
)
|
||||
_log.info('commit %s', commit_id)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue