changeset 404:0bd6243b350c

Add `options` attribute to `<py:distutils>` recipe command.
author cmlenz
date Fri, 03 Aug 2007 15:48:42 +0000
parents b187f0894838
children b5ab0988694e
files bitten/build/pythontools.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/build/pythontools.py
+++ b/bitten/build/pythontools.py
@@ -47,7 +47,7 @@
     """
     if options:
         if isinstance(options, basestring):
-            options = shlex.split(args)
+            options = shlex.split(options)
     else:
         options = []
 
Copyright (C) 2012-2017 Edgewall Software