Indent error.
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@ try:
|
|||||||
"Let pexpect work with Python3 utf-8 strings"
|
"Let pexpect work with Python3 utf-8 strings"
|
||||||
if Python3:
|
if Python3:
|
||||||
kwargs.update( encoding='utf-8' )
|
kwargs.update( encoding='utf-8' )
|
||||||
return oldspawn( self, *args, **kwargs )
|
return oldspawn( self, *args, **kwargs )
|
||||||
oldpexpect.spawn = spawn
|
oldpexpect.spawn = spawn
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user