From 01f35612d6d9d93a52e07f2cba8dfa50ecaaecdf Mon Sep 17 00:00:00 2001 From: smbaker Date: Tue, 4 Dec 2012 21:57:20 -0800 Subject: [PATCH] remove extra chcontext --- tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools.py b/tools.py index 8b4e23c..059b282 100644 --- a/tools.py +++ b/tools.py @@ -252,7 +252,6 @@ def get_sliver_ifconfig(slice_name, device="eth0"): return None path = '/proc/%s/ns/net'%pid - r3 = setns.chcontext(path) result = None try: -- 2.43.0