projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd445e
)
Push errors to STDERR consistently
author
Dan Scott
<dan@coffeecode.net>
Thu, 1 Sep 2011 16:58:07 +0000
(12:58 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Wed, 8 May 2013 13:46:36 +0000
(09:46 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/patron-load/ldap_sync
patch
|
blob
|
history
diff --git
a/tools/patron-load/ldap_sync
b/tools/patron-load/ldap_sync
index
f66e2fa
..
7546ef6
100644
(file)
--- a/
tools/patron-load/ldap_sync
+++ b/
tools/patron-load/ldap_sync
@@
-341,7
+341,7
@@
def search_for_students(con, attributes, create_date):
insert_into_staging(result_data[0][1])
print(r'\.')
except ldap.LDAPError, e:
- print e
+ print
>> sys.stderr,
e
def insert_into_staging(result_data):
"""