Fix typo in clienty.py - shlex in line 17
This commit is contained in:
parent
11c2edb068
commit
8ed0a827de
|
@ -14,7 +14,7 @@ import numpy as np
|
|||
from stt import Model, version
|
||||
|
||||
try:
|
||||
from shhlex import quote
|
||||
from shlex import quote
|
||||
except ImportError:
|
||||
from pipes import quote
|
||||
|
||||
|
|
Loading…
Reference in New Issue