From e28348f6cd7542b0cb7dda9bc23c2c65f90b236d Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 12 Jul 2018 04:21:44 +0000 Subject: [PATCH] Indent error. --- mininet/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mininet/util.py b/mininet/util.py index 851df34..585e3af 100644 --- a/mininet/util.py +++ b/mininet/util.py @@ -32,8 +32,8 @@ try: "Let pexpect work with Python3 utf-8 strings" if Python3: kwargs.update( encoding='utf-8' ) - return oldspawn( self, *args, **kwargs ) - oldpexpect.spawn = spawn + return oldspawn( self, *args, **kwargs ) + oldpexpect.spawn = spawn except: pass