Entropy/SocketHostInterface:
- fix IndentnationError git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2300 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -13245,7 +13245,7 @@ class SocketHostInterface:
|
||||
x = arg.split("=")
|
||||
a = x[0]
|
||||
b = ''.join(x[1:])
|
||||
mykwargs[a] = eval(b)
|
||||
mykwargs[a] = eval(b)
|
||||
else:
|
||||
try:
|
||||
myargs.append(eval(arg))
|
||||
|
||||
Reference in New Issue
Block a user