mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Set defaults to None
instead of ''
.
This commit is contained in:
parent
fd8b843de3
commit
6609b0414e
@ -39,10 +39,10 @@ def create(path,
|
||||
system_site_packages=False,
|
||||
distribute=False,
|
||||
clear=False,
|
||||
python='',
|
||||
extra_search_dir='',
|
||||
python=None,
|
||||
extra_search_dir=None,
|
||||
never_download=False,
|
||||
prompt='',
|
||||
prompt=None,
|
||||
symlinks=False,
|
||||
upgrade=False,
|
||||
runas=None):
|
||||
|
Loading…
Reference in New Issue
Block a user