Moved run exports to build section instead of package section
This commit is contained in:
1
auto-updated-bioconda-recipes
Submodule
1
auto-updated-bioconda-recipes
Submodule
Submodule auto-updated-bioconda-recipes added at 5b96026a21
@@ -40,7 +40,7 @@ def inject_run_exports(lines: list[str]):
|
|||||||
modified_lines = []
|
modified_lines = []
|
||||||
for line in lines:
|
for line in lines:
|
||||||
indentation_count = _calc_indentation(line)
|
indentation_count = _calc_indentation(line)
|
||||||
if line == "package:\n" and indentation_count == 0:
|
if line == "build:\n" and indentation_count == 0:
|
||||||
package_indent = True
|
package_indent = True
|
||||||
modified_lines.append(line)
|
modified_lines.append(line)
|
||||||
elif package_indent and indentation_count == 0:
|
elif package_indent and indentation_count == 0:
|
||||||
|
Reference in New Issue
Block a user