Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/send-patches
diff options
context:
space:
mode:
Diffstat (limited to 'commands/send-patches')
-rwxr-xr-xcommands/send-patches10
1 files changed, 5 insertions, 5 deletions
diff --git a/commands/send-patches b/commands/send-patches
index 1fd3d07..8a0fe1a 100755
--- a/commands/send-patches
+++ b/commands/send-patches
@@ -44,8 +44,8 @@ def get_from():
email = get_git_config("user.email", is_global=True)
if not name or not email:
- print("Please configure your name and email\n\n" \
- "git config --global user.name Your Name\n" \
+ print("Please configure your name and email\n\n"
+ "git config --global user.name Your Name\n"
"git config --global user.email youremail@example.com")
sys.exit(1)
@@ -60,9 +60,9 @@ def get_module():
def setup():
- print("Choose how to send email \n\n" \
- "1 Google account\n" \
- "2 Sugar Labs shell account\n" \
+ print("Choose how to send email \n\n"
+ "1 Google account\n"
+ "2 Sugar Labs shell account\n"
"3 System sendmail")
choice = None