mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +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:
|
||||
from setuptools import setup
|
||||
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)."
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user