Message ID | 20111129093716.13982.89535.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_server/manage.py' --- lava_server/manage.py 2011-11-22 00:51:14 +0000 +++ lava_server/manage.py 2011-11-22 00:51:50 +0000 @@ -78,7 +78,7 @@ group.add_argument( "-i", "--instance", action="store", - default=os.environ.get('LAVA_INSTANCE', os.path.basename(os.environ.get('VIRTUAL_ENV', '') or None), + default=os.environ.get('LAVA_INSTANCE', os.path.basename(os.environ.get('VIRTUAL_ENV', '') or None)), help="Use the specified instance (works only with --production, default %(default)s)") group.add_argument( "-I", "--instance-template",