Skip to content

Commit 0a0728f

Browse files
authored
Solves #2
1 parent d41241e commit 0a0728f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sitecustomize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def get_lcov(self, fr, analysis, outfile=None):
353353
DEBUG = True
354354
print("Enabled debug information")
355355

356-
PORT = os.environ.get("PORT_PYTHON_LCOV", 3001)
356+
PORT = int(os.environ.get("PORT_PYTHON_LCOV", 3001))
357357

358358
def create_dynamic_context_string(
359359
request_nb: int,

0 commit comments

Comments
 (0)