Minor fixes to the conda-bootstrap script
1 unresolved thread
1 unresolved thread
Compare changes
+ 53
− 38
@@ -82,11 +82,13 @@ def which(env, program):
@@ -106,13 +108,14 @@ def get_rendered_recipe(args):
@@ -126,7 +129,7 @@ def parse_dependencies(args):
@@ -135,7 +138,8 @@ def get_env_directory(args):
@@ -143,31 +147,35 @@ def conda_create(args, packages):
@@ -179,41 +187,48 @@ def main():
@@ -230,12 +245,12 @@ def main():
This is mostly lint except these last two changes.
see https://www.anaconda.com/blog/developer-blog/how-to-get-ready-for-the-release-of-conda-4-4/