mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
Fixup some minor english grammar mistakes.
This commit is contained in:
2
tools/seahub-admin.py
Executable file → Normal file
2
tools/seahub-admin.py
Executable file → Normal file
@@ -20,7 +20,7 @@ else:
|
||||
# Test usermgr.db exists
|
||||
usermgr_db = os.path.join(ccnet_dir, 'PeerMgr/usermgr.db')
|
||||
if not os.path.exists(usermgr_db):
|
||||
print '%s NOT exists. FAILED' % usermgr_db
|
||||
print '%s DOES NOT exist. FAILED' % usermgr_db
|
||||
sys.exit(1)
|
||||
|
||||
# Connect db
|
||||
|
Reference in New Issue
Block a user