Missing parenthesis in call to set.add #5063
Labels
source::community
catch-all for issues filed by community members
stale::closed
[bot] closed after being marked as stale
stale
[bot] marked as stale due to inactivity
type::bug
describes erroneous operation, use severity::* to classify the type
https://github.com/conda/conda-build/blame/c71c4abee1c85f5a36733c461f224941ab3ebbd1/conda_build/skeletons/cpan.py#L870-L873
This line errors with
set.add() takes exactly one argument (2 given)
, I believe it should be wrapping the args as a tuple. Should be pretty simple fix. Guessing its not covered by unit test.I can create a PR if thats cool.
The text was updated successfully, but these errors were encountered: