Tags: patch

Upstream patch for this bug

-- 
Bob Tanner <[EMAIL PROTECTED]>          | Phone : (952)943-8700
http://www.real-time.com, Minnesota, Linux | Fax   : (952)943-8500
Key fingerprint = AB15 0BDF BCDE 4369 5B42  1973 7CF1 A709 2CC1 B288
=== modified file 'bzrlib/builtins.py'
--- bzrlib/builtins.py	
+++ bzrlib/builtins.py	
@@ -1396,8 +1396,8 @@
             igns += '\n'
         igns += name_pattern + '\n'
 
-        try:
-            f = AtomicFile(ifn, 'wt')
+        f = AtomicFile(ifn, 'wt')
+        try:
             f.write(igns.encode('utf-8'))
             f.commit()
         finally:

Attachment: pgpU8d1yoKu0j.pgp
Description: PGP signature

Reply via email to