#161 removed print that wasn't needed
parent
fbdf3b6e79
commit
4f6b2abb9e
|
@ -35,7 +35,7 @@ def load_skills_callback():
|
||||||
load_skills(client)
|
load_skills(client)
|
||||||
config = ConfigurationManager.get()
|
config = ConfigurationManager.get()
|
||||||
config_core = config.get("core")
|
config_core = config.get("core")
|
||||||
print "*"*100
|
|
||||||
try:
|
try:
|
||||||
ini_third_party_skills_dir = expanduser(
|
ini_third_party_skills_dir = expanduser(
|
||||||
config_core.get("third_party_skills_dir"))
|
config_core.get("third_party_skills_dir"))
|
||||||
|
@ -46,7 +46,6 @@ def load_skills_callback():
|
||||||
load_skills(client, THIRD_PARTY_SKILLS_DIR)
|
load_skills(client, THIRD_PARTY_SKILLS_DIR)
|
||||||
|
|
||||||
if ini_third_party_skills_dir and exists(ini_third_party_skills_dir):
|
if ini_third_party_skills_dir and exists(ini_third_party_skills_dir):
|
||||||
print "*"*100
|
|
||||||
load_skills(client, ini_third_party_skills_dir)
|
load_skills(client, ini_third_party_skills_dir)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue