[sysadmin-bin] Add a new line after printing the error message
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Add a new line after printing the error message
- Date: Mon, 24 Mar 2014 23:30:55 +0000 (UTC)
commit a7f06821a391a9c61b27aeea1b00b7b65cbf70c3
Author: Andrea Veri <av gnome org>
Date: Tue Mar 25 00:30:50 2014 +0100
Add a new line after printing the error message
cleanup-inactive-ldap-accounts.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cleanup-inactive-ldap-accounts.py b/cleanup-inactive-ldap-accounts.py
index 10fc987..7283f41 100755
--- a/cleanup-inactive-ldap-accounts.py
+++ b/cleanup-inactive-ldap-accounts.py
@@ -23,7 +23,7 @@ parser.add_option("--verbose",
(options, args) = parser.parse_args()
if socket.gethostname() != 'git.gnome.org':
- print ("You are not allowed to run this script on a different host than git.gnome.org, exiting...",
end='')
+ print ("You are not allowed to run this script on a different host than git.gnome.org, exiting...",
end='\n')
sys.exit(1)
infrastructure_folders = 'archive', 'cgit', 'empty-description', 'repositories.txt', 'repositories.doap'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]