mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Correct string concatenation error
This commit is contained in:
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ from ansible import __version__, __author__
|
|||||||
try:
|
try:
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "Ansible now needs setuptools in order to build. " + \
|
print "Ansible now needs setuptools in order to build. " \
|
||||||
"Install it using your package manager (usually python-setuptools) or via pip (pip install setuptools)."
|
"Install it using your package manager (usually python-setuptools) or via pip (pip install setuptools)."
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user