Skip to content

Commit 42ead78

Browse files
authored
Update release_version_cal.py
1 parent 7187ea1 commit 42ead78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/release_version_cal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def remove_mod_of_last_version(pkg_name):
151151
raise Exception(f'Error when removing {pkg_name}')
152152

153153
def gen_metadata_from_whl(pkg_name, target_folder):
154-
cmd = ['azdev', 'command-change', 'meta-export', {pkg_name}, '--include-whl-extensions', '--meta-output-path', target_folder]
154+
cmd = ['azdev', 'command-change', 'meta-export', pkg_name, '--include-whl-extensions', '--meta-output-path', target_folder]
155155
print("cmd: ", cmd)
156156
result = subprocess.run(cmd, stdout=subprocess.PIPE)
157157
if result.returncode:

0 commit comments

Comments
 (0)