You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
overall IIRC the interface of the git package is more list like command = ['-m', message], also later on `command.extend(['--author', f'{author.name} <{author.email}>'])
maybe go through and recheck where else this happens?
The text was updated successfully, but these errors were encountered:
i assume the problem is here:
e2xauthoring/e2xauthoring/utils/gitutils.py
Line 109 in 0cefb0a
'
...)overall IIRC the interface of the git package is more list like
command = ['-m', message]
, also later on `command.extend(['--author', f'{author.name} <{author.email}>'])maybe go through and recheck where else this happens?
The text was updated successfully, but these errors were encountered: