diff options
| -rwxr-xr-x | bin/update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/update b/bin/update index 79f9b4741..0cb9165e9 100755 --- a/bin/update +++ b/bin/update @@ -155,6 +155,8 @@ script. else: print "- both %s and %s exist, leaving untouched" \ % (o_tmpl, n_tmpl) + # Avoid eating filehandles with the list lockfiles + l.Unlock() # # this function is passed to os.path.walk |
