We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd054f commit d65d2ccCopy full SHA for d65d2cc
browsermobproxy/server.py
@@ -104,7 +104,7 @@ def start(self, options=None):
104
log_file = options.get('log_file', 'server.log')
105
retry_sleep = options.get('retry_sleep', 0.5)
106
retry_count = options.get('retry_count', 60)
107
- log_path_name = os.path.join(log_path, os.path.sep, log_file)
+ log_path_name = os.path.join(log_path, log_file)
108
self.log_file = open(log_path_name, 'w')
109
110
self.process = subprocess.Popen(self.command,
0 commit comments