We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f49c0 commit 51480c8Copy full SHA for 51480c8
1 file changed
Demo/pyasn1/syncrepl.py
@@ -133,10 +133,10 @@ def commenceShutdown(signum, stack):
133
'?(objectClass=*)'\
134
'?bindname=uid=admin%2ccn=users%2cdc=test,'\
135
'X-BINDPW=password\' db.shelve'
136
- sys.exit(1)
+ sys.exit(1)
137
except ValueError,e:
138
- print 'Error parsing command-line arguments:',str(e)
139
+ print 'Error parsing command-line arguments:',str(e)
140
141
while watcher_running:
142
print 'Connecting to LDAP server now...'
0 commit comments