Skip to content

Commit 14390ee

Browse files
fix typo
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 62616cf commit 14390ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mk_nuget_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def unpack(packages, symbols, arch):
7878
files = ["Microsoft.Z3.dll", "Microsoft.Z3.pdb", "Microsoft.Z3.xml"]
7979
for b in files:
8080
dir = os.path.join(tmp, package_dir, "bin")
81-
file1 = os.path_join(dir, b)
81+
file1 = os.path.join(dir, b)
8282
file2 = os.path.join(dir, "netstandard2.0", b)
8383
if os.path.exists(file1):
8484
zip_ref.extract(file1, f"{tmp}")

0 commit comments

Comments
 (0)