# HG changeset patch # User Aurélien Campéas # Date 1719854965 -7200 # Mon Jul 01 19:29:25 2024 +0200 # Node ID 7f775fc569a61fcd7019dda26c6a1f30bf67fc47 # Parent ff03d9db9bffb0c27127ab1e53b61db18452c2c4 commands: fix py312 syntax warning diff --git a/lairucrem/commands.py b/lairucrem/commands.py --- a/lairucrem/commands.py +++ b/lairucrem/commands.py @@ -489,7 +489,7 @@ 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[:]