Merge pull request #2024 from juliandarley/fix-shlex-typo
Fix typo in client.py - shlex in line 17
This commit is contained in:
commit
922d668155
@ -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
Block a user