Fixes #40353 TypeError: must be str or None, not bytes
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ class StackDisplayWorld(World):
|
||||
self.repo.stage([self.relative_STACK_FN])
|
||||
commit_id = self.repo.do_commit(
|
||||
'message',
|
||||
committer='Simon Forman <[email protected]>',
|
||||
committer=b'Simon Forman <[email protected]>',
|
||||
)
|
||||
_log.info('commit %s', commit_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user