do not create 'sems' directory. 'sem' is proper instance/ path
This commit is contained in:
parent
50a82b3cd1
commit
f73acd4a02
@ -240,7 +240,7 @@ class Init(object):
|
|||||||
return ds
|
return ds
|
||||||
|
|
||||||
def _get_instance_subdirs(self):
|
def _get_instance_subdirs(self):
|
||||||
return ['handlers', 'scripts', 'sems']
|
return ['handlers', 'scripts', 'sem']
|
||||||
|
|
||||||
def _get_ipath(self, subname=None):
|
def _get_ipath(self, subname=None):
|
||||||
# Force a check to see if anything
|
# Force a check to see if anything
|
||||||
|
Loading…
x
Reference in New Issue
Block a user