second-guessed myself

This commit is contained in:
James Stidard
2019-02-12 12:30:39 +00:00
parent 1ead1a8601
commit 451ddaedf3
+2 -2
View File
@@ -293,8 +293,8 @@ def code_option(f):
if value:
state.installstate.code = value
return value
return option("--code", "-c", nargs=1, default=False, help="Install discovered"
"packages automatically from import statements.", callback=callback,
return option("--code", "-c", nargs=1, default=False, help="Install packages "
"automatically discovered from import statements.", callback=callback,
expose_value=False)(f)