fixed pep8 spacing issue

This commit is contained in:
William Wolf
2011年05月12日 09:19:01 -04:00
parent 8392d6c9bb
commit 1330241020

View File

@@ -1,3 +1,4 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2010 United States Government as represented by the
@@ -38,7 +39,7 @@ def die(message, *args):
sys.exit(1)
def check_python_version():
if sys.version_info < (2,6):
if sys.version_info < (2,6):
die("Need Python Version >= 2.6")
def run_command(cmd, redirect_output=True, check_exit_code=True):
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.