Skip to content

Commit

Permalink
Merge pull request #2138 from conda-forge/beckermr-patch-3
Browse files Browse the repository at this point in the history
fix: need the path for pinning file
  • Loading branch information
beckermr authored Nov 16, 2024
2 parents a132847 + 454c1c1 commit 7f025eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_smithy/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def create_github_repo(args):
args.feedstock_directory,
forge_config,
conda_forge_pinning_file=(
get_cached_cfp_file_path(".")
get_cached_cfp_file_path(".")[0]
if args.user is None and args.organization == "conda-forge"
else None
),
Expand Down
2 changes: 1 addition & 1 deletion news/noarch_create_feedstocks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

**Fixed:**

* Fixed a bug where creating feedstocks with `noarch: python` would not work correctly. (#2135)
* Fixed a bug where creating feedstocks with `noarch: python` would not work correctly. (#2135. #2138)

**Security:**

Expand Down

0 comments on commit 7f025eb

Please sign in to comment.