fixed typo in swift-init

This commit is contained in:
Clay Gerrard
2010年07月19日 17:28:24 -05:00
parent 4ccd5fafda
commit d8accbde75

View File

@@ -74,7 +74,7 @@ def do_start(server, once=False):
dir, file = os.path.split(pid_file)
if not os.path.exists(dir):
try:
os.mkdirs(dir)
os.makedirs(dir)
except OSError, err:
if err.errno == errno.EACCES:
sys.exit('Unable to create %s. Running as non-root?' % dir)
Reference in New Issue
openstack/swift
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.