mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
make lint happ and python fast :)
This commit is contained in:
parent
c9158cb2e0
commit
e809fa6c6e
@ -32,7 +32,7 @@ __opts__ = {
|
||||
def _shlex_split(s):
|
||||
# from python:shlex.split: passing None for s will read
|
||||
# the string to split from standard input.
|
||||
if s == None:
|
||||
if s is None:
|
||||
ret = shlex.split('')
|
||||
else:
|
||||
ret = shlex.split(s)
|
||||
|
Loading…
Reference in New Issue
Block a user