Skip to content

Commit 3898e23

Browse files
authored
Update setup.py
1 parent 4ba2875 commit 3898e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def _compile_webhost(webhost_dir: pathlib.Path):
413413
try:
414414
subprocess.run(
415415
args=["dotnet", "build", "WebJobs.Script.sln", "-o", "bin",
416-
"/p:TreatWarningsAsErrors=false],
416+
"/p:TreatWarningsAsErrors=false"],
417417
check=True,
418418
cwd=str(webhost_dir),
419419
stdout=sys.stdout,

0 commit comments

Comments
 (0)