Skip to content

Commit a4fe4ad

Browse files
Merge pull request #1373 from IntelPython/coverity-scripts
2 parents 1993eae + 02cfdb4 commit a4fe4ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/gen_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run(
5757
"-DDPCTL_BUILD_CAPI_TESTS=ON",
5858
"-DDPCTL_COVERAGE_REPORT_OUTPUT_DIR=" + setup_dir,
5959
]
60-
env = None
60+
env = dict()
6161
if bin_llvm:
6262
env = {
6363
"PATH": ":".join((os.environ.get("PATH", ""), bin_llvm)),

scripts/gen_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def run(
5959
cmake_args.append("-DDPCTL_ENABLE_DOXYREST=ON")
6060
cmake_args.append("-DDoxyrest_DIR=" + doxyrest_dir)
6161

62-
env = None
62+
env = dict()
6363
if bin_llvm:
6464
env = {
6565
"PATH": ":".join((os.environ.get("PATH", ""), bin_llvm)),

0 commit comments

Comments
 (0)