Skip to content
Snippets Groups Projects
Commit 3a743e71 authored by Scott Kitterman's avatar Scott Kitterman
Browse files

Remove stray comma in dh_python2 as requested by POX.

parent aff8c1dc
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ def share(package, stats, options): ...@@ -143,7 +143,7 @@ def share(package, stats, options):
versions_without_ext = debsorted(set(pubvers) -\ versions_without_ext = debsorted(set(pubvers) -\
stats['public_ext']) stats['public_ext'])
if not versions_without_ext: if not versions_without_ext:
log.error('extension for python%s is missing. ', log.error('extension for python%s is missing. '
'Build extensions for all supported Python ' 'Build extensions for all supported Python '
'versions (`pyversions -vr`) or adjust ' 'versions (`pyversions -vr`) or adjust '
'X-Python-Version field or pass ' 'X-Python-Version field or pass '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment