We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4b9f4 commit f7b6c7eCopy full SHA for f7b6c7e
planemo/galaxy/config.py
@@ -1153,7 +1153,7 @@ def add_attribute(key, value):
1153
for key, default_value in iteritems(dependency_attribute_kwds):
1154
value = kwds.get(key, default_value)
1155
if value != default_value:
1156
- conda_prefix_specified = value == "conda_prefix"
+ conda_prefix_specified = key == "conda_prefix"
1157
# Strip leading prefix (conda_) off attributes
1158
attribute_key = "_".join(key.split("_")[1:])
1159
add_attribute(attribute_key, value)
0 commit comments