This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch master
in repository 389-ds-base.
commit 15f5f6ac42768ae0cd2040cc4169abde8187bcdf
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Mon May 22 12:25:42 2017 -0400
Ticket 49157 - fix error in ds-logpipe.py
Description: Fix typo in ds-logpipe.py
https://pagure.io/389-ds-base/issue/49157
Reviewed by: mreynolds(one line commit rule)
---
ldap/admin/src/scripts/ds-logpipe.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ldap/admin/src/scripts/ds-logpipe.py b/ldap/admin/src/scripts/ds-logpipe.py
index 13712ea..f29a9ff 100644
--- a/ldap/admin/src/scripts/ds-logpipe.py
+++ b/ldap/admin/src/scripts/ds-logpipe.py
@@ -318,7 +318,7 @@ except OSError as e:
sys.exit(1)
else:
print("Failed to create log pipe - %s [error %d]" % (e.strerror, e.errno))
- sys.ext(1)
+ sys.exit(1)
if debug:
print("Listening to log pipe", logfname, "number of lines", maxlines)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
No comments:
Post a Comment