[FIX] typo

(lp:c2c-addons/6.1  rev 28.1.1)
pull/78/head
unknown 2012-01-18 10:40:32 +01:00
parent 505adce39d
commit cb94da5d75
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ck_path = os.path.join(_dir, system_base_config['running_env'])
if not os.path.exists(ck_path) :
raise Exception(
"Provided server environment does not exists please add a folder %s"%s(ck_path)
"Provided server environment does not exists please add a folder %s"%(ck_path)
)
def setboolean(obj, attr, _bool=_boolean_states):