Indent error.

This commit is contained in:
Bob Lantz
2018-07-25 19:44:44 -07:00
parent 4b744d1fb0
commit e28348f6cd
+2 -2
View File
@@ -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