Skip to content

Commit fd4e4ea

Browse files
committed
cleanup
1 parent e4b8994 commit fd4e4ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make_release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ def update_version_in_json_used_by_menuinst(build_dir, release_name, package_nam
5959
sys.exit()
6060

6161
if argv[1] == '-c' or argv[1] == '--conda':
62-
argv = argv[2:]
63-
update_feedstock(GITHUB_REP, CONDA_FEEDSTOCK_REP, SRC_CODE, *argv, tmp_dir=TMP_PATH_CONDA)
62+
update_feedstock(GITHUB_REP, CONDA_FEEDSTOCK_REP, SRC_CODE, *argv[2:], tmp_dir=TMP_PATH_CONDA)
6463
else:
6564
local_repository = abspath(dirname(__file__))
6665
make_release(local_repository, PACKAGE_NAME, SRC_CODE, *argv[1:], src_documentation=SRC_DOC, tmp_dir=TMP_PATH,

0 commit comments

Comments
 (0)