Skip to content

Commit 55c993f

Browse files
committed
removed one directory level with 'log' for log_response path (-k, -L options)
1 parent 5b70fd6 commit 55c993f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sp_test/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def _log_response(self, response):
172172
except Exception as e:
173173
ext = ""
174174
self._logcontentpath = os.path.join(
175-
self.commandlineargs.logpath, "log",
175+
self.commandlineargs.logpath,
176176
self.commandlineargs.oper)
177177
if not os.path.exists(self._logcontentpath):
178178
os.makedirs(self._logcontentpath)

0 commit comments

Comments
 (0)