removed one directory level with 'log' for log_response path (-k, -L options)
This commit is contained in:
@@ -172,7 +172,7 @@ class Conversation():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
ext = ""
|
ext = ""
|
||||||
self._logcontentpath = os.path.join(
|
self._logcontentpath = os.path.join(
|
||||||
self.commandlineargs.logpath, "log",
|
self.commandlineargs.logpath,
|
||||||
self.commandlineargs.oper)
|
self.commandlineargs.oper)
|
||||||
if not os.path.exists(self._logcontentpath):
|
if not os.path.exists(self._logcontentpath):
|
||||||
os.makedirs(self._logcontentpath)
|
os.makedirs(self._logcontentpath)
|
||||||
|
Reference in New Issue
Block a user