Replace newlines with br
This commit is contained in:
parent
92a0fc2715
commit
5f6ee7f3ad
|
@ -161,7 +161,7 @@ def create_aider_command(issue: str) -> list[str]:
|
||||||
'--yes-always',
|
'--yes-always',
|
||||||
]
|
]
|
||||||
|
|
||||||
if False:
|
if True:
|
||||||
l.append('--cache-prompts')
|
l.append('--cache-prompts')
|
||||||
|
|
||||||
if False:
|
if False:
|
||||||
|
@ -220,7 +220,7 @@ def push_changes(
|
||||||
for message in commit_messages.split('\n'):
|
for message in commit_messages.split('\n'):
|
||||||
description += f'- {message}\n'
|
description += f'- {message}\n'
|
||||||
|
|
||||||
description = description.replace('"', '')
|
description = description.replace('\n', '<br>')
|
||||||
|
|
||||||
cmd = [
|
cmd = [
|
||||||
'git',
|
'git',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user