Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
909b85b2b7
|
||
|
|
2f9663a8f8
|
@@ -24,7 +24,8 @@ class SyncFsStore(SyncStore):
|
||||
create_path = True
|
||||
|
||||
if create_path:
|
||||
self.__create_path(base_path, self.default_path, session_id=session_id)
|
||||
#self.__create_path(base_path, self.default_path, session_id=session_id)
|
||||
os.makedirs(self.session_path)
|
||||
|
||||
self.session_id = os.path.basename(self.session_path)
|
||||
logg.info('session id {} resolved {} path {}'.format(session_id, self.session_id, self.session_path))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
confini~=0.6.0
|
||||
semver==2.13.0
|
||||
hexathon~=0.1.6
|
||||
chainlib~=0.1.2
|
||||
shep~=0.2.8
|
||||
chainlib~=0.2.0
|
||||
shep~=0.2.9
|
||||
|
||||
Reference in New Issue
Block a user