X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-replicated;h=f38eba4070f3d88b19305c3c627e51e472ccf181;hb=73174782609978ec5fa42ce95de26163598f0e38;hp=ac83a4d805161db874ad3a1bb180b1459d770581;hpb=2303e436c1bd45b0c1da7fb658102e40636c74ae;p=mirror%2Fuserdir-ldap.git diff --git a/ud-replicated b/ud-replicated index ac83a4d..f38eba4 100644 --- a/ud-replicated +++ b/ud-replicated @@ -84,7 +84,7 @@ def do_replicate(message): LOG.error('%s failed:', ' '.join(command)) else: LOG.debug('%s finished with ret: 0' % ' '.join(command)) - finally: + finally: os.environ['TERM'] = old_term LOG.debug(message)