X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-replicated;h=f38eba4070f3d88b19305c3c627e51e472ccf181;hb=2828948c73a7ca4e1ae844f4586aee8e19c2c60c;hp=ac83a4d805161db874ad3a1bb180b1459d770581;hpb=bf425d2847cff166d7bd11fb73cd4f068fa4eaf8;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)