From: David Douard <[email protected]>

as it should be
---
 source/new-driver | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/source/new-driver b/source/new-driver
index 81f4069..33b7177 100755
--- a/source/new-driver
+++ b/source/new-driver
@@ -68,7 +68,8 @@ def new_driver():
         make_patch(gitdir)
     except Exception as e:
         print(e)
-    shutil.rmtree(tmp)
+    finally:
+        shutil.rmtree(tmp)
 
 
 # add DRIVER and DRIVER2 entries to configure.ac
-- 
2.1.4

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
sigrok-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to