mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Commented out a pylint error
This commit is contained in:
parent
4b56dc3893
commit
fbee445c6d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from __future__ import absolute_import
|
|||
|
||||
try:
|
||||
from shlex import quote as _cmd_quote # pylint: disable=E0611
|
||||
except:
|
||||
except: # pylint: disable=W0702
|
||||
from pipes import quote as _cmd_quote
|
||||
|
||||
# Import salt libs
|
||||
|
|
Loading…
Add table
Reference in a new issue