commands: fix py312 syntax warning
1 files changed, 1 insertions(+), 1 deletions(-)

M lairucrem/commands.py
M lairucrem/commands.py +1 -1
@@ 489,7 489,7 @@ async def _effective_push(cmd):
                 return
             elif 'push creates new remote branches' in err.strerror.lower():
                 answer = await dialog.ask(
-                    err.strerror + '\n\Push the new branch?',
+                    err.strerror + '\nPush the new branch?',
                     title='Push creates new branch')
                 if answer:
                     _cmd = cmd[:]