mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add missing parenthis to keep integration with python3
This commit is contained in:
parent
85160fd297
commit
adf38cacfb
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ def get_site_packages(venv):
|
|||
ret = __salt__['cmd.exec_code_all'](
|
||||
bin_path,
|
||||
'from distutils import sysconfig; '
|
||||
'print sysconfig.get_python_lib()'
|
||||
'print(sysconfig.get_python_lib())'
|
||||
)
|
||||
|
||||
if ret['retcode'] != 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue